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