X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Frn001.hs;fp=ghc%2Fcompiler%2Ftests%2Frename%2Frn001.hs;h=f2648a9b995856d925407d983e4e52baa583ad2d;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/rn001.hs b/ghc/compiler/tests/rename/rn001.hs new file mode 100644 index 0000000..f2648a9 --- /dev/null +++ b/ghc/compiler/tests/rename/rn001.hs @@ -0,0 +1,10 @@ +--!!! rn001: super-simple set of bindings, +--!!! incl wildcard pattern-bindings and *duplicates* + +x = [] +y = [] +y = [] +_ = [] +_ = 1 +z = [] +_ = []