5 lines
85 B
Rust
5 lines
85 B
Rust
|
fn main() {
|
||
|
// We will infer this to have the type vec[bot]
|
||
|
let _foo = [];
|
||
|
}
|