blob: 4a68b5e3c8969e118c7915d4eefa90e6e9830b63 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = vec3<u32>(1u, 2u, 3u);
let b = 4u;
let r : vec3<u32> = a / b;
}