mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 09:43:31 +02:00
5 lines
92 B
Diff
5 lines
92 B
Diff
24c24
|
|
< const b: *u8 = &a; // fix this!
|
|
---
|
|
> const b: *const u8 = &a; // fix this!
|