summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8184/B.hs
blob: 79732ed1589d2d12a620157c3ea0384237a38055 (plain)
1
2
3
4
5
6
7
8
module B where

import A

data Y = Y Int Int

thing :: X -> a
thing (X (Y a b)) = thing (X (Y a b))