fork download
  1. int main()
  2. {
  3. int a, *b, c(), *d(), (*e)(), (*f())();
  4. f();
  5. return 0;
  6. }
  7.  
  8. int (*f())() { return main; }
Success #stdin #stdout 0.02s 1716KB
stdin
Standard input is empty
stdout
Standard output is empty