summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/Test6.hs
blob: a6ed16e61181a19fb38837241d5a0bb6c016c819 (plain)
1
2
3
4
5
f xs = head xs

g xs = f xs

main = g []