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