diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/2740.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/2740.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/2740.script b/testsuite/tests/ghci.debugger/scripts/2740.script new file mode 100644 index 0000000000..8cf8c3909b --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/2740.script @@ -0,0 +1,7 @@ +:l 2740.hs +:step f 1 2 3 +:step +:print x +:print y +:force x +:force y |