Correct conventional Zig reference vs value passing re #89
This commit is contained in:
parent
0e64778f3c
commit
b8617bb752
7 changed files with 49 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
31c31
|
||||
40c40
|
||||
< ??? = 5; // fix me!
|
||||
---
|
||||
> x.* = 5; // fix me!
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
60c60
|
||||
71c71
|
||||
< printCharacter(???);
|
||||
---
|
||||
> printCharacter(&glorp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue