summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail047.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail047.hs')
-rw-r--r--testsuite/tests/parser/should_fail/readFail047.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail047.hs b/testsuite/tests/parser/should_fail/readFail047.hs
new file mode 100644
index 0000000000..5692e780fd
--- /dev/null
+++ b/testsuite/tests/parser/should_fail/readFail047.hs
@@ -0,0 +1,9 @@
+
+module ShouldFail where
+
+foo = let
+ x = (1, 2
+ y = 3
+ in
+ fst x + y
+