gdb/ChangeLog
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / namespace-enum-main.cc
1 namespace foo {
2 int aglobal = 0;
3 }
4
5 int main() {return 0;}
This page took 0.029843 seconds and 4 git commands to generate.