From 97741a01323021ccec8b0b60c6f8318c88ac373a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 13 Jul 2026 02:49:24 +0200 Subject: Fix ICE substracting pointers --- testsuite/compilable/pointer_subtraction.elna | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/compilable/pointer_subtraction.elna (limited to 'testsuite/compilable/pointer_subtraction.elna') diff --git a/testsuite/compilable/pointer_subtraction.elna b/testsuite/compilable/pointer_subtraction.elna new file mode 100644 index 0000000..400d4f1 --- /dev/null +++ b/testsuite/compilable/pointer_subtraction.elna @@ -0,0 +1,4 @@ +proc test(a, b: ^Char): Int + return a - b +end +end. -- cgit v1.2.3