1 2 3 4 5 6 7 8
// no-main // https://github.com/jyn514/rcc/issues/404 void foo(void) { switch (1) { while(1) case 1:; case 0:; } }