Following code crashes dmd. void main() { delete a => a; } Output: test.d(5): Error: __lambda2 is not an lvalue ((crash))
https://github.com/D-Programming-Language/dmd/pull/593