aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 13:01:16 +0200
committerlemon <lsof@mailbox.org>2022-08-19 13:01:16 +0200
commit9e408967cbdfa1d04e4bd4bc963399e7be78c0a7 (patch)
tree69f1b0ba4de0d59d4c8a0695be6d50b4b4a8a6e7 /bootstrap
parent9b456aaff9d423e000c1afe537591497962029df (diff)
fix hashing and typeeq for enums
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/test.cff2
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
}