diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-12 23:17:06 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-12 23:17:06 +0200 |
| commit | b2f8be605d2b79d1d4b1995646e7058bec299a22 (patch) | |
| tree | b5dd4a434103d440d7c541badc3cf3097e8ac967 /testsuite/fail_compilation/local_var_exported.elna | |
| parent | fea8ff27f53f960ff7149b360446589a0748aeb5 (diff) | |
| download | elna-b2f8be605d2b79d1d4b1995646e7058bec299a22.tar.gz | |
Add fail_compilation tests
Diffstat (limited to 'testsuite/fail_compilation/local_var_exported.elna')
| -rw-r--r-- | testsuite/fail_compilation/local_var_exported.elna | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/fail_compilation/local_var_exported.elna b/testsuite/fail_compilation/local_var_exported.elna new file mode 100644 index 0000000..77b408c --- /dev/null +++ b/testsuite/fail_compilation/local_var_exported.elna @@ -0,0 +1,6 @@ +proc test_local_export() +var + v* : Int (* @Error Local symbol 'v' cannot be exported *) +begin +end +end. |
