summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/2740.hs
blob: 291e7c8c020d6cf00fc516201f8f53642da8986d (plain)
1
2
3
4
module Test where

f x y z | x<y       = z
        | otherwise = z*y