PR middle-end/83487
[official-gcc.git] / gcc / testsuite / g++.dg / abi / pr83487.C
blobb1ef1bfb260ea031a4060f4037e92cfb36ac80df
1 /* PR middle-end/83487 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 struct __attribute__ ((__aligned__)) A {};
6 struct A a;
7 void bar (int, int, int, int, int, int, int, struct A);
9 void
10 foo ()
12   bar (0, 1, 2, 3, 4, 5, 6, a);