---- int foo() { foreach (c; '0' .. '9') { } return 0; } enum x = foo(); ---- Error: cannot evaluate foo() at compile time
Created attachment 393 [details] Fix the problem (DMD 2.030)
Fixed dmd 2.032