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