// RUN: llvm-tblgen %s // XFAIL: vg_leak class C { list X = !if(cond, [1, 2, 3], []); list Y = !if(cond, [], [4, 5, 6]); }