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