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