blob: e06e7132d7810a541a8f3d1a19f40956ce00359f [file] [log] [blame]
var<private> i : i32 = 0;
fn main() {
i++;
}