summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp018/C.hs
blob: 43bb9dd63253f24f8c050ad51a039d64927308b0 (plain)
1
2
3
4
5
6
module C where

data C a = C a

c :: a -> C a
c = C