dmd/compiler/test/compilable/test18645.d
2022-07-09 18:53:07 +02:00

9 lines
104 B
D

// https://issues.dlang.org/show_bug.cgi?id=18645
immutable INIT = 42;
enum A
{
x = INIT,
y
}