gingerBill 7 years ago
parent
commit
e326f41d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/demo/demo.odin

+ 1 - 1
examples/demo/demo.odin

@@ -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();