Remove timing for llvm-opt

This commit is contained in:
gingerBill
2018-01-20 16:15:05 +00:00
parent 6651b65373
commit 4e90644527
3 changed files with 11 additions and 4 deletions
+6 -2
View File
@@ -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();
}
}