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