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