rust/src/test/run-pass/vector-no-ann.rs

5 lines
85 B
Rust
Raw Normal View History

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