summaryrefslogtreecommitdiff
path: root/test/TableGen/2003-08-03-PassCode.td
blob: c02f499b3822b57fc41923f1e15dd9974990721c (plain)
1
2
3
4
5
6
7
8
// RUN: tblgen %s
// XFAIL: vg_leak

class test<code C> {
  code Code = C;
}

def foo : test<[{ hello world! }]>;