new testcase

llvm-svn: 25835
This commit is contained in:
Chris Lattner 2006-01-31 06:01:40 +00:00
parent 70c9e42593
commit 0fe1e5842f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// RUN: tblgen %s | grep 'dag d = (X 13)'
def X;
class C<int N> {
dag d = (X N);
}
def VAL : C<13>;