diff options
Diffstat (limited to 'clang/test/Preprocessor/microsoft-header-search/a/b/include3.h')
-rw-r--r-- | clang/test/Preprocessor/microsoft-header-search/a/b/include3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h b/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h new file mode 100644 index 00000000000..6f6ce4028fd --- /dev/null +++ b/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h @@ -0,0 +1,3 @@ +#pragma once + +#include "findme.h"
\ No newline at end of file |