well, that was a stupid copy/paste bug

This commit is contained in:
Jeroen van Rijn
2019-03-02 13:24:11 +01:00
parent b6d6eb6ae2
commit 7bd86bb3ec

View File

@@ -703,9 +703,9 @@ map_type :: proc() {
A = 0,
B = 1 << 64 - 1,
}
Enum_i32 :: enum i32 {
Enum_i8 :: enum i8 {
A = 0,
B = -(1 << 31),
B = -(1 << 7),
}
Enum_i64 :: enum i64 {
A = 0,