From 9e408967cbdfa1d04e4bd4bc963399e7be78c0a7 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 19 Aug 2022 13:01:16 +0200 Subject: fix hashing and typeeq for enums --- bootstrap/test.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 } -- cgit v1.2.3