#include <unistd.h>
int const foo = _SC_SHARED_MEMORY_OBJECTS;
int main(void) { return 0; }
