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