add ex 57 unions 3

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

View file

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