blob: e772c347ffbd786ef9921167f8f0fef7684c040f [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 1;
let b = 2;
let r : i32 = a + b;
}