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