summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T16348.hs
blob: 307ad6408502a0ac990e0d40b7e15bf4d5583fd1 (plain)
1
2
3
4
5
6
module T16348 where

data V2 a = V2 !a !a

inv22 _ = case V2 (V2 1 2) (V2 3 4) of
             V2 _ (V2 _ z) -> z