fork download
  1. main()
  2. {
  3. //if (true) {
  4. if (false) {
  5. }
  6. }
  7.  
  8. func()
  9. {
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: warning: ISO C++ forbids declaration of ‘main’ with no type
prog.cpp:8: error: ISO C++ forbids declaration of ‘func’ with no type
stdout
Standard output is empty