mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
5 lines
67 B
C
5 lines
67 B
C
typedef enum SomeEnum
|
|
{
|
|
foo = 0,
|
|
bar = -10000,
|
|
} SomeEnum;
|