diff options
Diffstat (limited to 'testsuite/tests/module/mod83.hs')
-rw-r--r-- | testsuite/tests/module/mod83.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod83.hs b/testsuite/tests/module/mod83.hs new file mode 100644 index 0000000000..efce6dd02f --- /dev/null +++ b/testsuite/tests/module/mod83.hs @@ -0,0 +1,4 @@ +-- !!! Importing Tycon with duplicate constructor +module M where +import Prelude(Either(Left,Right,Right)) + |