blob: 7d04ef19941af9ccff46428b01b1306bce35ec6e [file] [log] [blame]
void main_1() {
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}