1 module imports.test11563std_array;
2 
popFront(S)3 void popFront(S)(ref S str)// @trusted pure nothrow
4 {
5     import imports.test11563core_bitop;
6 }
7