blob: 2ae98925188a21f13d5fc66adf184bc0fb783617 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
{
[loop] for(int i = 0; false; ) {
}
}
}