summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print022.script
blob: cfed80380e3380f97bc00aaa0dc73394d6b1d752 (plain)
1
2
3
4
5
6
7
8
9
-- test for unboxed fields in datatypes
:l print022.hs
seq test ()
:print test
:break f
f test2
:step
:fo x
:t x