[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn001.hs
diff --git a/ghc/compiler/tests/rename/rn001.hs b/ghc/compiler/tests/rename/rn001.hs
new file mode 100644 (file)
index 0000000..f2648a9
--- /dev/null
@@ -0,0 +1,10 @@
+--!!! rn001: super-simple set of bindings,
+--!!!  incl wildcard pattern-bindings and *duplicates*
+
+x = []
+y = []
+y = []
+_ = []
+_ = 1
+z = []
+_ = []