blob: a089a587a34760e74de18793afe83e76c7f3606d [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
var a = 1;
var b = 0;
let r : i32 = a % b;
}