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