Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-x.h
CommitLineData
83b10087
CM
1struct Y;
2struct X
3{
4 Y* y1;
5 Y* y2;
6};
7
22842ff6 8X y();
83b10087 9
This page took 0.817082 seconds and 4 git commands to generate.