Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / pr28712_2.c
blob1937e88b590ed2024a39e328ba19ac7b081e4ee8
1 /* PR c/28712 */
3 struct A;
5 extern struct A *a;
7 struct A { } __attribute__((packed));
9 struct B __attribute__((aligned (sizeof (int))));
11 extern struct B *b;
13 struct B { int i; } __attribute__((packed));