SKIP: FAILED | |
[numthreads(1, 1, 1)] | |
void main() { | |
int i = 0; | |
{ | |
int i = 0; | |
while(true) { | |
if ((i < 2)) { | |
} else { | |
break; | |
} | |
switch(i) { | |
case 0: | |
{ | |
{ | |
i = (i + 1); | |
} | |
continue; | |
} | |
default: | |
{ | |
break; | |
} | |
} | |
switch(i) { | |
case 0: | |
{ | |
{ | |
i = (i + 1); | |
} | |
continue; | |
} | |
default: | |
{ | |
break; | |
} | |
} | |
{ | |
i = (i + 1); | |
} | |
continue; | |
} | |
} | |
} | |
FXC validation failure: | |
<scrubbed_path>(18,11-19): error X3708: continue cannot be used in a switch | |
tint executable returned error: exit status 1 |