diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/lto/pr28706_1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/pr28706_1.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/lto/pr28706_1.c b/gcc/testsuite/gcc.dg/lto/pr28706_1.c new file mode 100644 index 000000000..4550b6374 --- /dev/null +++ b/gcc/testsuite/gcc.dg/lto/pr28706_1.c @@ -0,0 +1,9 @@ +/* PR c/28706 */ + +struct A +{ + int i; +} __attribute__((aligned (sizeof (long int)))); + +extern void foo (struct A *); +extern void foo (struct A *); |