Run id: 148263

Main.cc: In function 'void a(int)':
Main.cc:24:6: error: redefinition of 'void a(int)'
 void a(int x){ 
      ^
Main.cc:7:6: note: 'void a(int)' previously defined here
 void a(int x){ 
      ^
Main.cc: In function 'int main()':
Main.cc:29:5: error: redefinition of 'int main()'
 int main(){ 
     ^
Main.cc:12:5: note: 'int main()' previously defined here
 int main(){ 
     ^