blob: 7511c9699f9cb2488582b1af125ff60b19ad5ad6 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const int b = 0;
const int r = (a % (b == 0 ? 1 : b));
return;
}