blob: 3c1291c3eca6e653384164dc1f4c42ee6ccf1475 [file] [log] [blame]
// RUN: tblgen %s | grep {dag d = (X 13)}
def X;
class C<int N> {
dag d = (X N);
}
def VAL : C<13>;