mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Make this test a bit more meaningful
This commit is contained in:
@@ -23,7 +23,7 @@ void main()
|
||||
c.func();
|
||||
{
|
||||
I i = c;
|
||||
c.func();
|
||||
i.func();
|
||||
|
||||
C c2 = cast(C)i;
|
||||
c2.func();
|
||||
|
||||
Reference in New Issue
Block a user