blob: 6926de2dd3bd9874c3f096aba6c3c27cc3401dc1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f(int a__) {
const int b = a__;
}