blob: dfd3956a2d732fb4d05e23df7789112fa3a7ce27 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void f() {
int3 a = int3(1, 2, 3);
int3 b = int3(4, 5, 6);
int3 r = (a % b);
}