blob: a1dedc80795cf7e80abaef716c51cb4437572c7d [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const int b = 0;
const int c = (a / (b == 0 ? 1 : b));
return;
}