module imports.test11563std_array;

void popFront(S)(ref S str)// @trusted pure nothrow
{
    import imports.test11563core_bitop;
}
