diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci003.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci003.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci003.script b/testsuite/tests/ghci/scripts/ghci003.script new file mode 100644 index 0000000000..08d0114de4 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci003.script @@ -0,0 +1,7 @@ +-- check that 'it' works +1 +it +print it +return 42 +it +print it |