diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print035.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print035.script | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print035.script b/testsuite/tests/ghci.debugger/scripts/print035.script new file mode 100644 index 0000000000..fece23b46f --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print035.script @@ -0,0 +1,10 @@ +-- Unboxed tuples in data constructor arguments need to be +-- handled correctly by RtClosureInspect + +:set -XUnboxedTuples -fobject-code +:l ../Unboxed +:p o1 +:p o2 +force_them +:p o1 +:p o2
\ No newline at end of file |