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]
/
llvm
/
test
/
TableGen
/
duplicate-include.inc
blob
eefbf5ffc2ef32f108326330ec6e3d6fe1dd5cdb
1
#ifndef DUPLICATE_INCLUDE
2
#define DUPLICATE_INCLUDE
3
4
// This is used by the duplicate-include.td test
5
def InInclude;
6
7
#endif