new testcase

llvm-svn: 21339
This commit is contained in:
Chris Lattner 2005-04-19 02:26:23 +00:00
parent 4c275cc054
commit a0b4113f5d

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);
}