xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/namespace-enum-main.cc (revision 06dfa8449cb5e76c0044ec0f3badf7d5180af0f5)
1 namespace foo {
2 int aglobal = 0;
3 }
4 
5 int main() {return 0;}
6