blob: b0e6359df72f34a80c9c21fb2c1f2fb489118859 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1.;
let b = 2.;
let r : f32 = a - b;
}