summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T12449.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/T12449.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/T12449.script20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/T12449.script b/testsuite/tests/ghci.debugger/scripts/T12449.script
new file mode 100644
index 0000000000..5a582ca28b
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/T12449.script
@@ -0,0 +1,20 @@
+:set -fprint-explicit-foralls
+:print fmap
+:t fmap
+:t _t1
+:print show
+:t show
+:t _t2
+_t2 "foo"
+_t1 _t2 [7, 42]
+:print _t1
+:t _t3
+:print _t2
+:t _t4
+_t3 _t4 [7, 42]
+:print id
+:t id
+:t _t5
+:print print
+:t print
+:t _t6