1 #include "src/__support/File/file.h"
2 
3 #include <stdio.h>
4 
5 extern FILE *stdout = reinterpret_cast<FILE *>(__llvm_libc::stdout);
6