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