PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr28712_1.c
blob8a322457f98072a795f5749a0779010e1766ad26
1 /* PR c/28712 */
2 struct A;
4 extern struct A *a;
6 struct A { } __attribute__((packed));
8 struct B __attribute__((aligned (sizeof (int))));
10 extern struct B *b;
12 struct B { int i; } __attribute__((packed));