summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail002.hs
blob: bb65762d45f750693f67e4a6644bd45f61b514c8 (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 = []
_ = []