mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 14:51:26 -07:00
Fix nested type declarations name generation, to be internally consistent
This commit is contained in:
@@ -1958,7 +1958,7 @@ main :: proc() {
|
||||
deprecated_attribute();
|
||||
range_statements_with_multiple_return_values();
|
||||
threading_example();
|
||||
// soa_struct_layout();
|
||||
soa_struct_layout();
|
||||
constant_literal_expressions();
|
||||
union_maybe();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user