040_pointers2.patch 92 B

1234
  1. 26c26
  2. < const b: *u8 = &a; // fix this!
  3. ---
  4. > const b: *const u8 = &a; // fix this!