summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod64.hs
blob: 9a9c6aef78c1f4545b5b552c374941b0087706b0 (plain)
1
2
3
-- !!! Pattern binding must bind (not an error in standard Haskell)
module M where
x = let ['a'] = "a" in 'a'