ziglings/patches/patches/040_pointers2.patch

5 lines
92 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
24c24
< const b: *u8 = &a; // fix this!
---
> const b: *const u8 = &a; // fix this!