6 lines
77 B
Rust
6 lines
77 B
Rust
fn foo() {
|
|
let a;
|
|
let b: i32;
|
|
let c = 92;
|
|
let d: i32 = 92;
|
|
}
|