blob: 8fe265a729730b7811a0fad27f0bf23fe175fa20 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 / 2);
return;
}