@compute @workgroup_size(1) fn f() { let a = 4.; let b = vec3(1., 2., 3.); let r : vec3 = a % b; }