diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print022.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print022.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print022.script b/testsuite/tests/ghci.debugger/scripts/print022.script new file mode 100644 index 0000000000..cfed80380e --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print022.script @@ -0,0 +1,9 @@ +-- test for unboxed fields in datatypes +:l print022.hs +seq test () +:print test +:break f +f test2 +:step +:fo x +:t x
\ No newline at end of file |