rt_gccstream/gcc/testsuite/g++.dg/other/struct-va_list.C

9 lines
101 B
C

// { dg-do compile }
// PR target/13302
#include <stdarg.h>
struct NumArgState{
va_list ap;
};