(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test23626.d
// https://issues.dlang.org/show_bug.cgi?id=23626
// EXTRA_SOURCES: extra-files/test23626a.d extra-files/test23626b.d
module test23626;

struct StaticHashTable(V)
{
    V v;
}