blob: 01e9972e87c98ae421d27f0a6bd2d697bb33427c [file] [log] [blame]
void main_1() {
uint x_10 = 0u;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
}