diff options
Diffstat (limited to 'testsuite/fail_compilation/local_const_exported.elna')
| -rw-r--r-- | testsuite/fail_compilation/local_const_exported.elna | 6 |
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. |
