This commit is contained in:
gingerBill
2018-08-17 15:26:29 +01:00
parent 1d0ac72e4a
commit e326f41d16
+1 -1
View File
@@ -765,7 +765,7 @@ bit_set_type :: proc() {
} }
main :: proc() { main :: proc() {
when false { when true {
general_stuff(); general_stuff();
union_type(); union_type();
parametric_polymorphism(); parametric_polymorphism();