blob: 542a2e7420e8ed3a2881a5a331e0a1a4d06e8256 [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a = 1.0;
let b = 0.0;
let r : f32 = (a % b);
}