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