diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T1133A.hs-boot')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T1133A.hs-boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/T1133A.hs-boot b/testsuite/tests/deriving/should_fail/T1133A.hs-boot new file mode 100644 index 0000000000..da89ec0fe3 --- /dev/null +++ b/testsuite/tests/deriving/should_fail/T1133A.hs-boot @@ -0,0 +1,4 @@ + +module T1133A where + +newtype X = X Int |