fork download
  1. #include <iostream>
  2.  
  3. int
  4. main() try{
  5. throw 0;
  6. }
  7. catch(...){
  8. std::cout << "hello, world" << std::endl;
  9. }
  10.  
Success #stdin #stdout 0.01s 2856KB
stdin
Standard input is empty
stdout
hello, world