https://d.puremagic.com/issues/show_bug.cgi?id=11322
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from yebblies <[email protected]> 2013-11-15 00:11:16 EST --- bool b; uint i; ref uint fun() { if(b) return i; else return i; } void analyze() { fun()++; } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
