slige/examples/unused_variable.slg
2025-01-17 11:50:14 +01:00

7 lines
57 B
Plaintext

// mod std;
fn main() {
let a = 5;
let b = a;
}