http://d.puremagic.com/issues/show_bug.cgi?id=8865
--- Comment #1 from Ryuichi OHORI <[email protected]> 2012-10-21 16:23:11 PDT --- > the code above If -release, it compiles. And below compiles as well: void main() {} static int x = f(); static int f() out { g(); } body { return 1; } void g() { label: foreach (i; 0..1) { continue label; } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
