binutils-gdb/gdb/testsuite/gdb.cp/namespace-enum-main.cc

6 lines
59 B
C++

namespace foo {
int aglobal = 0;
}
int main() {return 0;}