summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/rename/rn002.hs
blob: 51a09b65c2ba86bce38630edfabca7174ae35aa6 (plain)
1
2
3
4
--!!! split definition of f (error)
f [] = []
g x = x
f (x:xs) = []