[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail002.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 _ = []