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