summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print025.script
blob: 926890f4bcfea6f2716a6a0046dd61a2da450f92 (plain)
1
2
3
4
5
6
7
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