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