summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test19895.d
blob: b2d8e68fe08a2aa0f11bf52d7091ca58391f84b5 (plain)
1
2
3
4
5
6
7
// https://issues.dlang.org/show_bug.cgi?id=19895

void fn()
{
    void[] a;
    auto b = cast(byte[0][]) a;
}