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