(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test18645.d
// https://issues.dlang.org/show_bug.cgi?id=18645

immutable INIT = 42;

enum A
{
    x = INIT,
    y
}