Correct conventional Zig reference vs value passing re #89

This commit is contained in:
Dave Gauer
2022-07-31 15:58:24 -04:00
parent 18c761d85d
commit dee6a96ddf
7 changed files with 49 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
31c31
40c40
< ??? = 5; // fix me!
---
> x.* = 5; // fix me!