#include <semaphore.h>
sem_t *  const foo = SEM_FAILED;
int main(void) { return 0; }
