summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print025.script
blob: 655267332c9f48affab6d0c74b561f3346b140eb (plain)
1
2
3
4
5
6
7
:l print025
let i = T (1::Int)
i
:break f
f i
-- RTTI happens implicitly when the bindings at f come into context
:step