fork download
  1.  
  2. struct UtilSetting
  3. {
  4. int bar;
  5. int baz;
  6. };
  7.  
  8. struct UtilSetting
  9. {
  10. int bar;
  11. int baz;
  12. };
  13.  
  14. int main()
  15. }
  16. return 0;
  17. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:9: error: redefinition of ‘struct UtilSetting’
prog.c: In function ‘main’:
prog.c:15: error: expected declaration specifiers before ‘}’ token
prog.c:16: error: expected declaration specifiers before ‘return’
prog.c:17: error: expected declaration specifiers before ‘}’ token
prog.c:17: error: expected ‘{’ at end of input
stdout
Standard output is empty