diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/RnAux017.hs-boot')
-rw-r--r-- | testsuite/tests/rename/should_compile/RnAux017.hs-boot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/RnAux017.hs-boot b/testsuite/tests/rename/should_compile/RnAux017.hs-boot new file mode 100644 index 0000000000..a2f3cd3916 --- /dev/null +++ b/testsuite/tests/rename/should_compile/RnAux017.hs-boot @@ -0,0 +1,8 @@ +module RnAux017 where + +data Wibble +data Wobble + +a :: Int -> Int +b :: Int -> Int +c :: Int -> Int |