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