summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--patches/patches/56_unions2.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/patches/56_unions2.patch b/patches/patches/56_unions2.patch
new file mode 100644
index 0000000..7341f7a
--- /dev/null
+++ b/patches/patches/56_unions2.patch
@@ -0,0 +1,10 @@
+47,48c47,48
+< printInsect(???);
+< printInsect(???);
+---
+> printInsect(ant);
+> printInsect(bee);
+54c54
+< switch (???) {
+---
+> switch (insect) {