[project @ 1999-02-23 17:20:34 by sof]
[ghc-hetmet.git] / ghc / interpreter / test / static / s070.hs
1 --!!! Pattern binding must bind (not an error in standard Haskell)
2 module M where
3 x = let ['a'] = "a" in 'a'