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