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