diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print025.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print025.script | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print025.script b/testsuite/tests/ghci.debugger/scripts/print025.script new file mode 100644 index 0000000000..926890f4bc --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print025.script @@ -0,0 +1,8 @@ +:l print025 +let i = T (1::Int) +i +:break f +f i +-- RTTI happens implicitly when the bindings at f come into context +:step +:step
\ No newline at end of file |