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