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

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

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