blob: 1890fd4986926e6edcdf634cd327095cf0bedc05 [file] [log] [blame]
[[stage(compute)]]
fn main() {
var i : i32 = 123;
let use : i32 = i + 1;
}