diff options
Diffstat (limited to 'examples/demo.odin')
| -rw-r--r-- | examples/demo.odin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/demo.odin b/examples/demo.odin index 063f64e7d..6d768f6c5 100644 --- a/examples/demo.odin +++ b/examples/demo.odin @@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() { } main :: proc() { - when false { + when true { general_stuff(); - } default_struct_values(); - when false { union_type(); parametric_polymorphism(); threading_example(); |