summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print035.script
blob: a4511f090896ac623c163bf0588cb412b9ee61ce (plain)
1
2
3
4
5
6
7
8
9
10
-- Unboxed tuples in data constructor arguments need to be
-- handled correctly by GHC.Runtime.Heap.Inspect

:set -XUnboxedTuples -fobject-code
:l Unboxed
:p o1
:p o2
force_them
:p o1
:p o2