blob: 9a9dd1f034cdc85e825aad87cf6fb9184ea647ed [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 + 2);
return;
}