mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Remove timing for llvm-opt
This commit is contained in:
+6
-2
@@ -665,15 +665,19 @@ named_proc_parameters :: proc() {
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
Foo :: union {
|
||||
|
||||
}
|
||||
|
||||
when false {
|
||||
general_stuff();
|
||||
default_struct_values();
|
||||
when false {
|
||||
union_type();
|
||||
parametric_polymorphism();
|
||||
threading_example();
|
||||
array_programming();
|
||||
}
|
||||
using_in();
|
||||
named_proc_parameters();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user