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