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