summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail002.hs
blob: ab387223fcc69da52d4d9e00a0d09cfcd45470f1 (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! rn001: super-simple set of bindings,
-- !!!	incl wildcard pattern-bindings and *duplicates*

x = []
y = []
y = []
_ = []
_ = 1
z = []
_ = []