summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/rename/Rn017.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/tests/rename/Rn017.hi')
-rw-r--r--ghc/compiler/tests/rename/Rn017.hi8
1 files changed, 8 insertions, 0 deletions
diff --git a/ghc/compiler/tests/rename/Rn017.hi b/ghc/compiler/tests/rename/Rn017.hi
new file mode 100644
index 0000000000..f5a4264c04
--- /dev/null
+++ b/ghc/compiler/tests/rename/Rn017.hi
@@ -0,0 +1,8 @@
+interface Rn017 where
+import Bar (a, b, Wibble(..))
+import Burf(Wobble)
+a :: Int -> Int
+b :: Int -> Int
+c :: Int -> Int
+data Wibble = MkWibble Wobble
+data Wobble