(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test18578.d
enum Foo { foo1 }
enum Bar : Foo { bar }

void main()
{}