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