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