https://d.puremagic.com/issues/show_bug.cgi?id=11560
--- Comment #2 from Manu <[email protected]> 2013-11-19 23:30:17 PST --- (In reply to comment #1) > A compilable test case that shows the problem would be helpful. string func() { string hash = std.digest.digest.toHexString(std.digest.sha.sha1Of("text")); return hash; } void main() { string s = func(); std.stdio.writeln("hello world"); // call a funtion std.stdio.writeln(s); // s is rubbish } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
