Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
[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.049636 seconds and 4 git commands to generate.