X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2FRn017.hi;fp=ghc%2Fcompiler%2Ftests%2Frename%2FRn017.hi;h=f5a4264c0477317c4b13d826af60151bd227f016;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/Rn017.hi b/ghc/compiler/tests/rename/Rn017.hi new file mode 100644 index 0000000..f5a4264 --- /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