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