auto foo() { int x; return () => { return x; }; } void main() {} DMD 2.058head: Internal error: toir.c 190
https://github.com/D-Programming-Language/dmd/pull/789
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f12bda6717a8979366f1df07585886ee2e892036 fix Issue 7288 - ICE(toir.c): with lambda return + auto