2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28706.c
blob4c185af41237efe14b1045ce53f21270ec7c4d7b
1 /* PR c/28706 */
2 /* { dg-do compile } */
3 /* { dg-options "--combine" } */
4 /* { dg-additional-sources "pr28706.c" } */
6 struct A
8 int i;
9 } __attribute__((aligned (sizeof (long int))));
11 extern void foo (struct A *);
12 extern void foo (struct A *);