Make this significantly harder

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-04-19 02:58:57 +00:00
parent c6f4fab8e0
commit 93fc714b1d

View File

@ -8,3 +8,10 @@ class After : Before<4> {
dag XX = (S);
}
class C1<int X> {
int Y = X;
}
class C2<int Y, dag X> : C1<Y>;