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
/
2003-08-03-PassCode.td
blob
b851a15ffe8b1c2b76a23911e2f46f4c03967bb8
1
// RUN: llvm-tblgen %s
2
3
class test<code C> {
4
code Code = C;
5
}
6
7
def foo : test<[{ hello world! }]>;