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