summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod66.hs
blob: d162ae09d5e79242c950c63a858b46e32ee022e0 (plain)
1
2
3
4
5
-- !!! Multiple value bindings
module M where
f x = 'a'
g x = 'b'
f x = 'c'