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