summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T5252.hs
blob: ec7399d3cf3943af79b755e4319daffa055c9b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- #5252
-- Killed 7.03 when compiled witout -O,
-- because it could not see that x had a product type
-- but MkS still unpacked it

module T5252 where
import T5252a

blah :: S -> T
blah (MkS x _) = x