repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
TableGen
/
2003-08-03-PassCode.td
blob
c02f499b3822b57fc41923f1e15dd9974990721c
1
// RUN: tblgen %s
2
// XFAIL: vg_leak
3
4
class test<code C> {
5
code Code = C;
6
}
7
8
def foo : test<[{ hello world! }]>;