* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr83487.c
blob9effb1eef03950ea7abbed42f415fc70fff7c19b
1 /* PR middle-end/83487 */
3 struct __attribute__ ((aligned)) A {};
4 struct A a;
5 void bar (int, int, int, int, int, int, int, struct A);
7 void
8 foo (void)
10 bar (0, 1, 2, 3, 4, 5, 6, a);