mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
v0.8.1
Fix initialization values for variables
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user