057_unions3.patch 78 B

1234
  1. 18c18
  2. < const Insect = union(InsectStat) {
  3. ---
  4. > const Insect = union(enum) {