summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod65.hs
blob: 96866b9666615954fd27d3205db0a77a8694d9c4 (plain)
1
2
3
-- !!! Malformed lhs (pointless but legal in Haskell 1.3, rejected by Hugs)
module M where
x = let [] = "a" in 'a'