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