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
/
unterminated-code-block-include.inc
blob
a1363f810fd30fc8a53fd4636b4f2c3d161038b5
1
class test<code C> {
2
code Code = C;
3
}
4
5
// TableGen used to allow code blocks starting in one file
6
// and finishing in the parent one. This test checks
7
// that this is reported as an error from now on.
8
def foo : test<[{ hello world!