fork(1) download
  1. #import <objc/objc.h>
  2.  
  3. struct name {};
  4.  
  5. @interface name
  6. @end
  7.  
  8. int
  9. main() {
  10. return 0;
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.m:6:1: error: redefinition of 'struct name'
prog.m:3:8: note: originally defined here
stdout
Standard output is empty