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