Fix enum value regression
This commit is contained in:
parent
f18f2740da
commit
213c94b42f
2 changed files with 5 additions and 2 deletions
|
|
@ -42,7 +42,8 @@ const c2 := EV2
|
|||
|
||||
enum {
|
||||
EV1 = 42,
|
||||
EV2 = EV3 + 1
|
||||
UNUSED = EV3,
|
||||
EV2
|
||||
}
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue