repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Lexer
/
Inputs
/
case-insensitive-include.h
blob
954090fc93b459444d032fd3b4d7ed39b803f9b2
1
#ifndef CASE_INSENSITIVE_INCLUDE_H
2
#define CASE_INSENSITIVE_INCLUDE_H
3
4
struct
S
{
5
int
x
;
6
};
7
8
#endif