xxxxxxxxxx
void main() @safe pure nothrow
{
auto bArray = new byte[5];
bArray.length = 8; // gets lowered to `_d_arraysetlengthT`
}