[Issue 20296] Segfault when using variadic D functions with extern(C++) linkage

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 16 18:33:16 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20296

--- Comment #4 from moonlightsentinel at disroot.org ---
(In reply to moonlightsentinel from comment #3)
> This is actually a regression:

(Found using a modified test case which defines 

==================================
void main()
{
    foo!(char*)(null);
}
==================================

instead of an alias.

--


More information about the Digitalmars-d-bugs mailing list