aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/demo/demo.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index bab7caf0c..05680de16 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -765,7 +765,7 @@ bit_set_type :: proc() {
}
main :: proc() {
- when false {
+ when true {
general_stuff();
union_type();
parametric_polymorphism();