mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Make this significantly harder
llvm-svn: 21342
This commit is contained in:
parent
c0018fd1a6
commit
37f0a0aee9
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user