f2648a9b995856d925407d983e4e52baa583ad2d
[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 _ = []