fork(1) download
  1. int main()
  2. {
  3. if (false)
  4. {
  5. asm("not a real instruction");
  6. return 5;
  7. }
  8. else
  9. {
  10. return 0;
  11. }
  12. }
  13.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty