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