NightlyTest.pl does not exist.
[llvm-complete.git] / test / TableGen / DagIntSubst.ll
blob3c1291c3eca6e653384164dc1f4c42ee6ccf1475
1 // RUN: tblgen %s | grep {dag d = (X 13)}
2 def X;
4 class C<int N> {
5   dag d = (X N);
8 def VAL : C<13>;