blob: 3db479029537c51290844ed3585074e771bc0c3a [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1.0;
let b = 2.0;
let r : f32 = (a + b);
}