summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod104.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod104.hs')
-rw-r--r--testsuite/tests/module/mod104.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod104.hs b/testsuite/tests/module/mod104.hs
new file mode 100644
index 0000000000..f44289971f
--- /dev/null
+++ b/testsuite/tests/module/mod104.hs
@@ -0,0 +1,6 @@
+-- !!! Redefining imported Prelude entities
+module A where
+--import Prelude
+
+head = "head"
+