/*[ML]*/ #include #ifdef mlockall #undef mlockall #endif int (*foo)(int) = mlockall; int main(void) { return 0; }