summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail047.hs
blob: 5692e780fda2bd0ca5d99efad43cfb62198cd0b9 (plain)
1
2
3
4
5
6
7
8
9

module ShouldFail where

foo = let
    x = (1, 2
    y = 3
  in
  fst x + y