diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail025.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail025.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail025.hs b/testsuite/tests/parser/should_fail/readFail025.hs new file mode 100644 index 0000000000..25e170d1ff --- /dev/null +++ b/testsuite/tests/parser/should_fail/readFail025.hs @@ -0,0 +1,5 @@ +module M where + +-- This one actually compiled right the way up to GHC 5.04.3 + +data T String = T String |