Automatic date update in version.in
[binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-y.cc
blobd8a932ab41ff0513a54e4db05edac01b0360e257
1 #include "pr10728-x.h"
2 struct Y{};
4 X y()
6 X xx;
7 static Y yy;
8 xx.y1 = &yy;
9 xx.y2 = xx.y1+1;
10 return xx;