new testcase

llvm-svn: 21339
This commit is contained in:
Chris Lattner 2005-04-19 02:26:23 +00:00
parent f2fab50974
commit 2b76da7d1f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// tblgen %s
// Make sure there is no collision between XX and XX.
class Before<int XX>;
class After : Before<4> {
dag XX = (S);
}