fork(3) download
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5. int main() {
  6. switch (3) {
  7. for (int i = 3; i > 0; --i) {
  8. case 3: printf("%d ololo?\n", i);
  9. }
  10. }
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
0 ololo?