Fix nested type declarations name generation, to be internally consistent

This commit is contained in:
gingerBill
2020-03-08 11:46:05 +00:00
parent c584456a21
commit 8dc74a004c
5 changed files with 73 additions and 23 deletions
+1 -1
View File
@@ -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();
}