summary refs log tree commit diff stats
path: root/tests/exception/m22469.nim
blob: 2016987015a16aca6257b14b6370e8ccad81f98e (plain) (blame)
1
2
3
4
# ModuleB
echo "First top-level statement of ModuleB"
echo high(int) + 1
echo "ModuleB last statement"