blob: 62a525b2df84cda0f52295e74d6c3624a39c67b9 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1u;
let b = 0u;
let r : u32 = (a % b);
}