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