diff options
| author | 2022-08-19 13:01:16 +0200 | |
|---|---|---|
| committer | 2022-08-19 13:01:16 +0200 | |
| commit | 9e408967cbdfa1d04e4bd4bc963399e7be78c0a7 (patch) | |
| tree | 69f1b0ba4de0d59d4c8a0695be6d50b4b4a8a6e7 /bootstrap/test.cff | |
| parent | 9b456aaff9d423e000c1afe537591497962029df (diff) | |
fix hashing and typeeq for enums
Diffstat (limited to 'bootstrap/test.cff')
| -rw-r--r-- | bootstrap/test.cff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/test.cff b/bootstrap/test.cff index 4475b0b..0fd9333 100644 --- a/bootstrap/test.cff +++ b/bootstrap/test.cff @@ -6,7 +6,7 @@ union Val { } -enum Color { +enum Color : i16 { Red, Green, Blue } |