2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr79000_1.c
blob53389b9b979df14a16df5be7978144053b128e8c
1 typedef struct a b;
2 typedef struct a { } b;
3 struct {
4 b c;
5 } d;