summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail003.hs
blob: fb62bac0744bc766ca2bcd5ccef048ccf21e84b6 (plain)
1
2
3
4
-- !!! split definition of f (error)
f [] = []
g x = x
f (x:xs) = []