summary refs log tree commit diff stats
path: root/tests/exception/m22469.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/m22469.nim')
-rw-r--r--tests/exception/m22469.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/exception/m22469.nim b/tests/exception/m22469.nim
new file mode 100644
index 000000000..201698701
--- /dev/null
+++ b/tests/exception/m22469.nim
@@ -0,0 +1,4 @@
+# ModuleB
+echo "First top-level statement of ModuleB"
+echo high(int) + 1
+echo "ModuleB last statement"
\ No newline at end of file