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