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