[numthreads(1, 1, 1)]
void main() {
while(true) {
if (true) {
break;
} else {
return;
}
const int x = 5;