ziglings/patches/patches/041_pointers3.patch

5 lines
70 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
34c34
< ??? p: ??? = undefined;
---
> var p: *u8 = undefined;