mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
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:
parent
c6f4fab8e0
commit
93fc714b1d
@ -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