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

hst...@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hst...@quickfur.ath.cx

--- Comment #7 from hst...@quickfur.ath.cx ---
Most blatant illustration of this bug:
------
import std.stdio;
void func(string text) {
        import std.conv;
        writeln(text);
}
void main() {
        func("Hello world");
}
------

Program output:
------
------

:-)

--

Reply via email to