aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-09 13:24:25 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-09 13:24:25 -0400
commitda3ec19000ee124371793ec3e846e5c2c1b164c2 (patch)
treed74e9b14f2f4ada71270ba63b272848939551975 /patches
parent2ad8de54150137244dc1d1b93bb3a75e850ee2b9 (diff)
downloadziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.gz
ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.bz2
ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.xz
ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.zip
add ex080 anonymous structs 1
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/080_anonymous_structs.patch8
1 files changed, 8 insertions, 0 deletions
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) {