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