https://d.puremagic.com/issues/show_bug.cgi?id=1687


Andrei Alexandrescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #4 from Andrei Alexandrescu <[email protected]> 2013-11-15 21:03:49 
PST ---
This segfaults:

extern (C++) interface A { void foo(); void bar(); }

extern (C++) class B : A { void foo() { } void bar() { } }

void main()
{
    A a = new B;
    a.foo();
}

It actually segfaults even without the interface and the call.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to