/*[SHM]*/ #include #ifndef _POSIX_SHARED_MEMORY_OBJECTS #error "_POSIX_SHARED_MEMORY_OBJECTS is not defined" #endif int main(void) { return 0; }