summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T14075/F.hs-boot
blob: 41008d554f10a637d5713ec0135f500fd6440cf8 (plain)
1
2
3
4
5
6
module F where

import O (O)

newtype F = F ()
instance O F where