(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
extra-files/
test23626b.d
interface Timeline {
}

struct Policy {
  alias OldTagCallback = void delegate() @nogc nothrow;
  Timeline timeline;
  OldTagCallback oldTagCB;
}

import test23626;

struct Tiering {
    StaticHashTable!(Policy) policies;
}