mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
5 lines
57 B
D
5 lines
57 B
D
enum Foo { foo1 }
|
|
enum Bar : Foo { bar }
|
|
|
|
void main()
|
|
{}
|