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