summaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/040_pointers2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/040_pointers2.patch')
-rw-r--r--patches/patches/040_pointers2.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/040_pointers2.patch b/patches/patches/040_pointers2.patch
new file mode 100644
index 0000000..a69cb20
--- /dev/null
+++ b/patches/patches/040_pointers2.patch
@@ -0,0 +1,4 @@
+24c24
+< const b: *u8 = &a; // fix this!
+---
+> const b: *const u8 = &a; // fix this!