aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/pr28706_0.c
blob: aaa8940eb794187b491ba03918100f724f5dbaad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR c/28706 */
/* { dg-lto-do link } */

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

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

int main() { return 0; }