7 lines
77 B
Rust
Raw Normal View History

2018-07-31 15:33:51 +03:00
fn foo() {
let a;
let b: i32;
let c = 92;
let d: i32 = 92;
}