Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
struct-va_list.C
blob: 769b909ff4676d7a17b70aad059feb105b8cfd1c [
file
] [
log
] [
blame
]
// { dg-do compile }
// PR target/13302
#include
<stdarg.h>
struct
NumArgState
{
va_list ap
;
};