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