diff options
-rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h new file mode 100644 index 00000000000..cb859698574 --- /dev/null +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h @@ -0,0 +1,3 @@ +#pragma once + +#warning successfully resolved the falsepos.h header |