10 lines
77 B
Plaintext

void comp_main()
{
}
[numthreads(1, 1, 1)]
void main()
{
comp_main();
}