blob: 4c185af41237efe14b1045ce53f21270ec7c4d7b [file] [log] [blame]
/* PR c/28706 */
/* { dg-do compile } */
/* { dg-options "--combine" } */
/* { dg-additional-sources "pr28706.c" } */
struct A
{
int i;
} __attribute__((aligned (sizeof (long int))));
extern void foo (struct A *);
extern void foo (struct A *);