From da3ec19000ee124371793ec3e846e5c2c1b164c2 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 13:24:25 -0400 Subject: add ex080 anonymous structs 1 --- patches/patches/080_anonymous_structs.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/patches/080_anonymous_structs.patch (limited to 'patches') diff --git a/patches/patches/080_anonymous_structs.patch b/patches/patches/080_anonymous_structs.patch new file mode 100644 index 0000000..c9edecf --- /dev/null +++ b/patches/patches/080_anonymous_structs.patch @@ -0,0 +1,8 @@ +51c51 +< var circle1 = ??? { +--- +> var circle1 = Circle(i32) { +57c57 +< var circle2 = ??? { +--- +> var circle2 = Circle(f32) { -- cgit v1.2.3-ZIG