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