40_pointers2.patch 92 B

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