/*[TSS]*/
#include <unistd.h>
#ifndef _POSIX_THREAD_ATTR_STACKSIZE
#error "_POSIX_THREAD_ATTR_STACKSIZE is not defined"
#endif
int main(void) { return 0; }
