blob: df29ea499b5db2f3fdd92e473c31a2e0a2d9997f [file] [log] [blame]
@compute @workgroup_size(1)
fn main() {
var i : i32 = 123;
let u : i32 = i + 1;
}