Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / hang1.cc
1 #include "hang.H"
2
3 extern int dummy2 (void);
4 extern int dummy3 (void);
5
6 int main (int argc, char **argv) { return dummy2() + dummy3(); }
This page took 0.029288 seconds and 4 git commands to generate.