Fix segfault with 'set print object on' + 'whatis <struct>' & co
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-x.cc
1 #include "pr10728-x.h"
2
3 int main()
4 {
5 X x = y();
6 return 0; // marker 1
7 }
This page took 0.030032 seconds and 4 git commands to generate.