Corrected date in changelog
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr28706_1.c
blob4550b6374282e894013225c0122382d9506523f0
1 /* PR c/28706 */
3 struct A
5 int i;
6 } __attribute__((aligned (sizeof (long int))));
8 extern void foo (struct A *);
9 extern void foo (struct A *);