From b2f8be605d2b79d1d4b1995646e7058bec299a22 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 12 Jul 2026 23:17:06 +0200 Subject: Add fail_compilation tests --- testsuite/fail_compilation/local_const_exported.elna | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/fail_compilation/local_const_exported.elna (limited to 'testsuite/fail_compilation/local_const_exported.elna') diff --git a/testsuite/fail_compilation/local_const_exported.elna b/testsuite/fail_compilation/local_const_exported.elna new file mode 100644 index 0000000..c914af5 --- /dev/null +++ b/testsuite/fail_compilation/local_const_exported.elna @@ -0,0 +1,6 @@ +proc test_local_export() +const + c* := 42 (* @Error Local symbol 'c' cannot be exported *) +begin +end +end. -- cgit v1.2.3