#include <stdarg.h>
#ifndef va_start
#error "va_start is not defined"
#endif
int main(void) { return 0; }
