(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
struct-va_list.C
// { dg-do compile }
// PR target/13302

#include <stdarg.h>

struct NumArgState{
    va_list ap;
};