diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print025.hs')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print025.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print025.hs b/testsuite/tests/ghci.debugger/scripts/print025.hs new file mode 100644 index 0000000000..c2898bfa8e --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print025.hs @@ -0,0 +1,2 @@ +data T a s = T a deriving Show +f x = x |