mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
104 B
D
9 lines
104 B
D
// https://issues.dlang.org/show_bug.cgi?id=18645
|
|
|
|
immutable INIT = 42;
|
|
|
|
enum A
|
|
{
|
|
x = INIT,
|
|
y
|
|
}
|