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! }]>;