blob: de7d6261b230333b518ce3f809599b63e4126242 [file] [log] [blame]
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;