1 2 3 4 5 6 7 8 9 10 11
// RUN: tblgen %s | grep {dag d = (X 13)} // XFAIL: vg_leak def X; class C<int N> { dag d = (X N); } def VAL : C<13>;