2021-07-08 10:00:17 +00:00
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void unused_entry_point() {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void f() {
|
2022-01-06 21:32:41 +00:00
|
|
|
const int tint_symbol[1] = {1};
|
2021-07-08 21:23:33 +00:00
|
|
|
{
|
2022-06-29 00:55:36 +00:00
|
|
|
[loop] for(int i = tint_symbol[0]; false; ) {
|
2021-07-08 10:00:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|