blob: bb39f2e74fda4a723897af6961b8e801c630efaf [file]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1;
let b = 2;
let r : i32 = a + b;
}