mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-02 04:53:19 +01:00
Merge dmd 1.056.
This commit is contained in:
14
tests/mini/bug372.d
Normal file
14
tests/mini/bug372.d
Normal file
@@ -0,0 +1,14 @@
|
||||
class A {
|
||||
class B {
|
||||
}
|
||||
}
|
||||
|
||||
class C : A {
|
||||
void test () {
|
||||
B foo = new B();
|
||||
}
|
||||
}
|
||||
|
||||
int main () {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user