/*[RPI|TPI]*/
#include <pthread.h>
int const foo = PTHREAD_PRIO_INHERIT;
int main(void) { return 0; }
