diff options
Diffstat (limited to 'tests/source.sub2')
-rw-r--r-- | tests/source.sub2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/source.sub2 b/tests/source.sub2 new file mode 100644 index 00000000..7a031a11 --- /dev/null +++ b/tests/source.sub2 @@ -0,0 +1,5 @@ +echo in source.sub2, calling return + +return 5 + +echo oops -- return in source.sub2 failed |