2022-01-06 21:32:41 +00:00
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void unused_entry_point() {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void f() {
|
|
|
|
int i = 0;
|
|
|
|
[loop] while (true) {
|
2022-01-14 17:16:32 +00:00
|
|
|
if (!(false)) {
|
|
|
|
break;
|
|
|
|
}
|
2022-02-02 14:33:32 +00:00
|
|
|
{
|
|
|
|
}
|
2022-01-06 21:32:41 +00:00
|
|
|
{
|
|
|
|
const int tint_symbol[1] = {1};
|
2022-06-29 00:55:36 +00:00
|
|
|
i = (i + tint_symbol[0]);
|
2022-01-06 21:32:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|