https://issues.dlang.org/show_bug.cgi?id=21515
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- (In reply to Iain Buclaw from comment #0) > This program fails. > --- > extern "C" _Complex long double ctwol() { return 1+0Li; } > Oops, that should be 2+0Li. :-) --
