diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 2 |
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(); |