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