summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/Break020b.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/Break020b.hs')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/Break020b.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/Break020b.hs b/testsuite/tests/ghci.debugger/scripts/Break020b.hs
new file mode 100644
index 0000000000..ca4737ff26
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/Break020b.hs
@@ -0,0 +1,4 @@
+module Break020b where
+
+
+in_another_module _ = return () \ No newline at end of file