056_unions2.patch 167 B

12345678910
  1. 47,48c47,48
  2. < printInsect(???);
  3. < printInsect(???);
  4. ---
  5. > printInsect(ant);
  6. > printInsect(bee);
  7. 54c54
  8. < switch (???) {
  9. ---
  10. > switch (insect) {