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