https://issues.dlang.org/show_bug.cgi?id=24242 --- Comment #4 from kinke <kinke at gmx.net> --- (In reply to kinke from comment #3) > passing the array literal on the stack Well, allocating the array literal on the caller's stack and passing a slice to it. --