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.td
blob
6c132499d8516ac9866c954b8fe397426ac93033
1
// RUN: llvm-tblgen -I %p %s | FileCheck %s
2
3
// CHECK: def InInclude
4
5
include "duplicate-include.inc"
6
include "duplicate-include.inc"
7