[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn001.hs
1 --!!! rn001: super-simple set of bindings,
2 --!!!   incl wildcard pattern-bindings and *duplicates*
3
4 x = []
5 y = []
6 y = []
7 _ = []
8 _ = 1
9 z = []
10 _ = []