/in/foo.cc:6:11: error: stray '\357' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:12: error: stray '\274' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:13: error: stray '\210' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:31: error: stray '\357' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:32: error: stray '\274' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:33: error: stray '\211' in program
void text(int a,int b,int c){
^
/in/foo.cc:6:7: error: variable or field 'text' declared void
void text(int a,int b,int c){
^~~~
/in/foo.cc:6:7: error: expected ';' at end of member declaration
/in/foo.cc:6:20: error: expected unqualified-id before 'int'
void text(int a,int b,int c){
^~~
/in/foo.cc:42:2: error: expected '}' at end of input
}
^
/in/foo.cc:42:2: error: expected unqualified-id at end of input