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