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