Replace mail address with the URL in copyright header
[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 X xx;
7 static Y yy;
8 xx.y1 = &yy;
9 xx.y2 = xx.y1+1;
10 return xx;
11 }
This page took 0.030185 seconds and 4 git commands to generate.