diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break012.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break012.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break012.script b/testsuite/tests/ghci.debugger/scripts/break012.script new file mode 100644 index 0000000000..749947a4a9 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break012.script @@ -0,0 +1,9 @@ +-- Test polymorphic types in a breakpoint +:l break012 +:st g 5 `seq` () +:st +:t a +:t b +:t c +:t d +:p a b c d |