aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/pr28706_1.c
blob: 4550b6374282e894013225c0122382d9506523f0 (plain)
1
2
3
4
5
6
7
8
9
/* PR c/28706 */

struct A
{
  int i;
} __attribute__((aligned (sizeof (long int))));

extern void foo (struct A *);
extern void foo (struct A *);