blob: 770cb57d93e1f5b9481d95bc44372579e6748f25 [file] [log] [blame]
#include <pthread.h>
int
main(void)
{
int i = PTHREAD_PRIO_INHERIT;
return 0;
}