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