fork(2) download
  1. int main()
  2. {
  3. int(*)();
  4.  
  5. int(*);
  6.  
  7. int(*){};
  8.  
  9. int(*());
  10. }
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty