Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git] / test / TableGen / 2003-08-03-PassCode.td
blobc02f499b3822b57fc41923f1e15dd9974990721c
1 // RUN: tblgen %s
2 // XFAIL: vg_leak
4 class test<code C> {
5   code Code = C;
8 def foo : test<[{ hello world! }]>;