https://issues.dlang.org/show_bug.cgi?id=14951
--- Comment #2 from Rainer Schuetze <[email protected]> --- >extern(C++) ClassDeclaration* foo(); This is wrong, should not have the '*': >extern(C++) ClassDeclaration foo(); --
https://issues.dlang.org/show_bug.cgi?id=14951
--- Comment #2 from Rainer Schuetze <[email protected]> --- >extern(C++) ClassDeclaration* foo(); This is wrong, should not have the '*': >extern(C++) ClassDeclaration foo(); --