1// { dg-do compile }
2// PR target/13302
3
4#include <stdarg.h>
5
6struct NumArgState{
7    va_list ap;
8};
9