Fix initialization values for variables
This commit is contained in:
gingerBill
2018-02-11 11:15:53 +00:00
parent 0ae3484171
commit 038dea9202
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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();