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