summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/dynbrk008.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk008.hs')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/dynbrk008.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk008.hs b/testsuite/tests/ghci.debugger/scripts/dynbrk008.hs
new file mode 100644
index 0000000000..8fbde66d21
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/dynbrk008.hs
@@ -0,0 +1,4 @@
+f :: Int -> [Int]
+f i = [ j | j <- [i], h <- [j], k <- [h]]
+
+g i = i \ No newline at end of file