/*[PS|TPS]*/
#include <sched.h>
int const foo = SCHED_FIFO;
int main(void) { return 0; }
