blob: e793e0d74d34835c7186fe57bd887222e413e1cb [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int c = (1 / 1);
return;
}