blob: 0abb9dce56230f81109498c2ddb7a9fed9ca29bf [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
var a = 4u;
var b = vec3<u32>(0u, 2u, 0u);
let r : vec3<u32> = (a % b);
}