blob: 4f995b55ca9360a9f26e280cb80960bb4e6bea1c [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 - 2);
return;
}