Jonathan M Davis: > On Friday, December 16, 2011 22:37:50 Christian Manning wrote: > > ubyte[4] a; > > auto x() { > > return a; > > } > > void main() { > > auto b = x()[1..$]; > > } >... > Regardless, the compiler shouldn't be ICEing though. Is it in Bugzilla? Bye, bearophile