blob: 769b909ff4676d7a17b70aad059feb105b8cfd1c [file] [log] [blame]
// { dg-do compile }
// PR target/13302
#include <stdarg.h>
struct NumArgState{
va_list ap;
};