summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break023/B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break023/B.hs')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break023/B.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break023/B.hs b/testsuite/tests/ghci.debugger/scripts/break023/B.hs
new file mode 100644
index 0000000000..cfc9682cbd
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/break023/B.hs
@@ -0,0 +1,5 @@
+module B where
+
+import A
+
+b x = x \ No newline at end of file