diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/T4003A.hs-boot')
-rw-r--r-- | testsuite/tests/rename/should_compile/T4003A.hs-boot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T4003A.hs-boot b/testsuite/tests/rename/should_compile/T4003A.hs-boot new file mode 100644 index 0000000000..b750e47474 --- /dev/null +++ b/testsuite/tests/rename/should_compile/T4003A.hs-boot @@ -0,0 +1,8 @@ +module T4003A where + +import Data.Data + +data HsExpr i + +instance Typeable1 HsExpr +instance Data i => Data (HsExpr i) |