blob: 246087c438f2a3d69ca5346d92c3528435e8ee22 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f(int _a) {
const int b = _a;
}