aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-03-08 11:46:05 +0000
committergingerBill <bill@gingerbill.org>2020-03-08 11:46:05 +0000
commit8dc74a004c7dcac3ed0d1fd0b218e7f8dd79efa6 (patch)
tree93ddd923efff7c03f6e368ec84d04ed08454e705 /examples
parentc584456a21f81a7927939e26d84fa661d10eceae (diff)
Fix nested type declarations name generation, to be internally consistent
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index da56c9e64..ed39eba8d 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -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();
}