Main.cc: In function 'void b(int)': Main.cc:4:9: error: declaration of 'int a' shadows a parameter int a; ^ Main.cc: In function 'int main()': Main.cc:14:1: error: expected ';' before '}' token } ^