https://issues.dlang.org/show_bug.cgi?id=15062
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance CC| |[email protected] Hardware|x86 |All OS|Windows |All --- Comment #1 from [email protected] --- Reduced: alias R = uint[ushort.max]; void front(T)(T[] a) {} void main() {front(R.init);} --
