#include <threads.h>
int foo = thrd_success;
int main(void) { return 0; }
