fork download
  1. typedef void(*F)();
  2. typedef F (*F1)();
  3. F1 ()()() ;
  4.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:8: error: expected unqualified-id before ‘)’ token
stdout
Standard output is empty