summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds007.hs
blob: ae12cf7a8cf88fb468a4496169f6093884639f57 (plain)
1
2
3
4
5
6
-- !!! ds007 -- simple local bindings

module ShouldCompile where

w = a where a = y
            y = []