2010-05-19 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20100423-1_1.c
blob8b159d2cb6fddc65401927413fbec2cc94a9e26b
1 typedef struct{int x;} bar;
2 bar foo (void)
4 bar x;
5 return x;