xref: /llvm-project/clang/test/Modules/Inputs/preprocess/file.h (revision a21c8e14b609644f5a26416c0e585b4bae66a075)
1 #include "other.h"
2 
3 #ifndef FILE_H
4 #define FILE_H
5 struct __FILE;
6 #include "fwd.h"
7 typedef struct __FILE FILE;
8 typedef foo bar;
9 #endif
10