[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / Inputs / case-insensitive-include.h
blob954090fc93b459444d032fd3b4d7ed39b803f9b2
1 #ifndef CASE_INSENSITIVE_INCLUDE_H
2 #define CASE_INSENSITIVE_INCLUDE_H
4 struct S {
5 int x;
6 };
8 #endif