about summary refs log tree commit diff
path: root/src/test/run-pass/unique-create.rs
blob: c46cf29ba5dac8bfcbba72d36cbbd7581b16571b (plain)
1
2
3
4
5
6
7
fn main() {
    ~100;
}

fn vec() {
    [0];
}