summary refs log tree commit diff
path: root/src/test/run-pass/unique-drop-complex.rs
blob: 6ae3224ccfcb8cf582db49e2daae45c34f84619d (plain)
1
2
3
fn main() {
    let x = ~[0,0,0,0,0]/~;
}