rust/src/test/run-pass/vector-no-ann.rs
2012-03-29 19:41:09 -07:00

5 lines
85 B
Rust

fn main() {
// We will infer this to have the type vec[bot]
let _foo = [];
}