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