2 /* { dg-require-effective-target arm_eabi } */
7 /* AAPCS \S 7.1.4 requires that va_list match the structure shown
9 typedef struct my_va_list
16 if (sizeof (va_list) != sizeof (my_va_list
))
18 /* This check confirms both that "va_list" has a member named "__ap"
19 and that it is located at the correct position. */
20 if (offsetof (va_list, __ap
)
21 != offsetof (my_va_list
, ap
))