blob: 3b733cb2f67672c22f3a132dad5d0360e6fddb9d [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int A = 1;
static int _A = 2;
void f() {
int B = A;
int _B = _A;
}