diff options
Diffstat (limited to 'clang/test/Lexer/Inputs/case-insensitive-include.h')
-rw-r--r-- | clang/test/Lexer/Inputs/case-insensitive-include.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/Lexer/Inputs/case-insensitive-include.h b/clang/test/Lexer/Inputs/case-insensitive-include.h new file mode 100644 index 00000000000..954090fc93b --- /dev/null +++ b/clang/test/Lexer/Inputs/case-insensitive-include.h @@ -0,0 +1,8 @@ +#ifndef CASE_INSENSITIVE_INCLUDE_H +#define CASE_INSENSITIVE_INCLUDE_H + +struct S { + int x; +}; + +#endif |