(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ice20092.d
void foo()
{
    (void[1]).init.front;
}

void front(T)(T[] a)
{
    static assert(is(T == void));
}