2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / canon-31724.C
blob1a39f78a0979c2c33fc58de0addb19a9412e77d4
1 struct ac {ac();};
2 ac  spline_rep1(void)
4   typedef ac at[2];
5   ac * b = new ac[2];
6   at *a =  (at*)b;
7   return (*a)[0];