summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/rename/rn001.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/tests/rename/rn001.hs')
-rw-r--r--ghc/compiler/tests/rename/rn001.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/ghc/compiler/tests/rename/rn001.hs b/ghc/compiler/tests/rename/rn001.hs
new file mode 100644
index 0000000000..f2648a9b99
--- /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 = []
+_ = []