From af597c86a5ea27388c3fa49d778e74ddc23b719b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 10 Mar 2021 20:14:25 -0500 Subject: add ex 57 unions 3 --- patches/patches/57_unions3.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/57_unions3.patch (limited to 'patches') diff --git a/patches/patches/57_unions3.patch b/patches/patches/57_unions3.patch new file mode 100644 index 0000000..17e27a2 --- /dev/null +++ b/patches/patches/57_unions3.patch @@ -0,0 +1,4 @@ +18c18 +< const Insect = union(InsectStat) { +--- +> const Insect = union(enum) { -- cgit v1.2.3