/*[ADV]*/
#include <sys/mman.h>
int const foo = POSIX_MADV_WILLNEED;
int main(void) { return 0; }
