// RUN: llvm-tblgen %s // XFAIL: vg_leak class A; class B : A; def b : B; def { list X = [b]; list Y = X; }