In the latest DMD/druntime/phobos from github (as of this writing): import std.string; void main() { stripLeft("Hi"); } Compiler gives: var Internal error: backend\cgcs.c 319
Also, using 'enum x = stripLeft("Hi");' results in: Internal error: backend\cgcs.c 526
This was an artifact of the invalid issue 6509