623bd78df35b9aaf3d622439a66586c354f21b30
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn005.hs
1 -- !!! rn005: simplest case: a few non-recursive bindings
2
3 module Test where
4
5 f = []
6 g x = x
7 h x y = x
8 i x y z = x