blob: 6de615f355ffbfc2b32e7b790dc22965e1f2ae03 [file] [log] [blame] [edit]
static int I = 0;
void main_1() {
int x_11 = (I + 1);
}
[numthreads(1, 1, 1)]
void main() {
main_1();
}