5b2b752e93ae251585372d75905946577ef94f70
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds007.hs
1 --!!! ds007 -- simple local bindings
2
3 module ShouldSucceed where
4
5 w = a where a = y
6             y = []