2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / other / struct-va_list.C
blob769b909ff4676d7a17b70aad059feb105b8cfd1c
1 // { dg-do compile }
2 // PR target/13302
4 #include <stdarg.h>
6 struct NumArgState{
7     va_list ap;
8 };