aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/local_const_exported.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-17 10:18:58 +0200
committerEugen Wissner <belka@caraus.de>2026-07-17 10:18:58 +0200
commita0e1740227535adc3151c02eb102c4f96b4f9731 (patch)
tree0e29cd3719370eca8c74fb67480f3bfc1a207106 /testsuite/fail_compilation/local_const_exported.elna
parentd0a666507a6f11b65170c257fd483613f462f3f2 (diff)
downloadelna-a0e1740227535adc3151c02eb102c4f96b4f9731.tar.gz
Implement type constness
Diffstat (limited to 'testsuite/fail_compilation/local_const_exported.elna')
-rw-r--r--testsuite/fail_compilation/local_const_exported.elna6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/fail_compilation/local_const_exported.elna b/testsuite/fail_compilation/local_const_exported.elna
deleted file mode 100644
index 1c6c728..0000000
--- a/testsuite/fail_compilation/local_const_exported.elna
+++ /dev/null
@@ -1,6 +0,0 @@
-proc test_local_export()
-const
- c* := 42 (* @Error Local symbol 'c' cannot be exported *)
-return
-
-end.