Author
anonymous
about 10 years ago
Language
Compiler
Options
Author
anonymous
about 10 years ago
$ In file included from prog.cc:9:0:
prog.cc: In function 'int main()':
prog.cc:6:5: error: redefinition of 'int main()'
int main() { }
^~~~
prog.cc:3:5: note: 'int main()' previously defined here
int main() { }
^~~~
Exit Code:
1