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