aboutsummaryrefslogtreecommitdiff
path: root/examples/demo.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-02-11 11:15:53 +0000
committergingerBill <bill@gingerbill.org>2018-02-11 11:15:53 +0000
commit038dea92027badc69024cfe80b3172ac535434a0 (patch)
tree621e5dfa1cfc85308fa9ab95a8efb93644671e16 /examples/demo.odin
parent0ae3484171ec6f2876c1ff16102c8e92853c6632 (diff)
v0.8.1
Fix initialization values for variables
Diffstat (limited to 'examples/demo.odin')
-rw-r--r--examples/demo.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/demo.odin b/examples/demo.odin
index 396f04e49..063f64e7d 100644
--- a/examples/demo.odin
+++ b/examples/demo.odin
@@ -732,7 +732,9 @@ explicit_procedure_overloading :: proc() {
main :: proc() {
when false {
general_stuff();
+ }
default_struct_values();
+ when false {
union_type();
parametric_polymorphism();
threading_example();