@stage(compute) @workgroup_size(1) fn f() { let a = vec3(1, 2, 3); let b = vec3(4, 5, 6); let r : vec3 = a & b; }