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