blob: c8ca5f6208a5f6fb2be41c1824460723c20af668 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f(int _A) {
const int B = _A;
}