diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T16999.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/T16999.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T16999.hs b/testsuite/tests/parser/should_fail/T16999.hs new file mode 100644 index 0000000000..d43612d035 --- /dev/null +++ b/testsuite/tests/parser/should_fail/T16999.hs @@ -0,0 +1,6 @@ +module T16999 where + +data Type + = TBool + | TInt + | (->) Type Type |