Currently does not work: ---- void main() @nogc nothrow pure @safe { void*[10] a; size_t h = hashOf(a[]); } ----
Pull request: https://github.com/dlang/druntime/pull/2451