aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/exported_variable/sut.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-08-31 17:18:39 +0200
committerEugen Wissner <belka@caraus.de>2026-08-31 17:18:39 +0200
commit0f5e9f00b07606871a6289060fa904555d41ae7d (patch)
tree2699d0c10e5e1756bec8f6093796c7379ff95822 /testsuite/runnable/exported_variable/sut.elna
parentd905e48d6af0445c7941cd2e638461db2f4d9ee8 (diff)
downloadelna-0f5e9f00b07606871a6289060fa904555d41ae7d.tar.gz
Reject comparison of uncompatible types
Diffstat (limited to 'testsuite/runnable/exported_variable/sut.elna')
-rw-r--r--testsuite/runnable/exported_variable/sut.elna5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/runnable/exported_variable/sut.elna b/testsuite/runnable/exported_variable/sut.elna
new file mode 100644
index 0000000..52fb291
--- /dev/null
+++ b/testsuite/runnable/exported_variable/sut.elna
@@ -0,0 +1,5 @@
+import helper
+
+begin
+ assert(Shared = 42)
+end.