add ex 57 unions 3

This commit is contained in:
Dave Gauer
2021-03-10 20:14:25 -05:00
parent dff61673c8
commit af597c86a5
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
18c18
< const Insect = union(InsectStat) {
---
> const Insect = union(enum) {