4 lines
92 B
Diff
4 lines
92 B
Diff
24c24
|
|
< const b: *u8 = &a; // fix this!
|
|
---
|
|
> const b: *const u8 = &a; // fix this!
|