From 39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 21 Aug 2026 00:05:03 +0200 Subject: Implement Single and Double floats --- testsuite/fail_compilation/float_remainder.elna | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/fail_compilation/float_remainder.elna (limited to 'testsuite/fail_compilation') diff --git a/testsuite/fail_compilation/float_remainder.elna b/testsuite/fail_compilation/float_remainder.elna new file mode 100644 index 0000000..ec6c9e2 --- /dev/null +++ b/testsuite/fail_compilation/float_remainder.elna @@ -0,0 +1,8 @@ +proc f() +var + x: Double +begin + x := 5.0 % 2.0 (* @Error Invalid operands of type 'Double' and 'Double' for operator % *) +return + +end. -- cgit v1.2.3