summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/RnAux017.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/RnAux017.hs')
-rw-r--r--testsuite/tests/rename/should_compile/RnAux017.hs14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/RnAux017.hs b/testsuite/tests/rename/should_compile/RnAux017.hs
new file mode 100644
index 0000000000..5514524fee
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/RnAux017.hs
@@ -0,0 +1,14 @@
+module RnAux017 where
+import Test -- Import main module so there really is a loop
+ -- (avoid warning message)
+data Wibble = Wibble
+data Wobble = Wobble
+
+a :: Int -> Int
+a = undefined
+
+b :: Int -> Int
+b = undefined
+
+c :: Int -> Int
+c = undefined