Author
anonymous
almost 8 years ago
$
prog.cc:6:12: error: function definition is not allowed here int main() { ^ prog.cc:7:2: error: expected '}' } ^ prog.cc:4:10: note: to match this '{' void f() { ^ 2 errors generated.