repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
TableGen
/
2003-08-03-PassCode.td
blob
71421865a5880ed07940d7e39da4270594d413e5
1
// RUN: tblgen %s
2
3
class test<code C> {
4
code Code = C;
5
}
6
7
def foo : test<[{ hello world! }]>;