* gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-y.cc
1 #include "pr10728-x.h"
2 struct Y{};
3
4 X* y()
5 {
6 static X xx;
7 static Y yy;
8 xx.y1 = &yy;
9 xx.y2 = xx.y1+1;
10 return &xx;
11 }
This page took 0.093729 seconds and 4 git commands to generate.