diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail016.hs-boot')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail016.hs-boot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail016.hs-boot b/testsuite/tests/deriving/should_fail/drvfail016.hs-boot new file mode 100644 index 0000000000..b3a388f736 --- /dev/null +++ b/testsuite/tests/deriving/should_fail/drvfail016.hs-boot @@ -0,0 +1,7 @@ + +-- trac #2449 + +module A where + +data D + deriving Show |