new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-04-19 02:26:23 +00:00
parent 8287bbbb79
commit ac9196093e

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