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