namespace-enum-main.cc revision 1.3
1namespace foo {
2int aglobal = 0;
3}
4
5int main() {return 0;}
6