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