diff options
Diffstat (limited to 'clang/test/Modules/Inputs/preprocess/file2.h')
-rw-r--r-- | clang/test/Modules/Inputs/preprocess/file2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/preprocess/file2.h b/clang/test/Modules/Inputs/preprocess/file2.h new file mode 100644 index 00000000000..04bf796d1e9 --- /dev/null +++ b/clang/test/Modules/Inputs/preprocess/file2.h @@ -0,0 +1,2 @@ +#include "file.h" +extern int file2; |