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

--- Comment #3 from steven kladitis <steven_kladi...@yahoo.com> ---
void main() {
    import std.stdio, std.base64, std.net.curl, std.string;

    const f = "http://rosettacode.org/favicon.ico".get.representation;
    Base64.encode(f).writeln;
}



---- the above fails in -m32 or -m64 when using -inline
-- without -inline they  execute immediately.

--

Reply via email to