summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_compile/Roles2.hs
blob: eb6dc38f8cd857fe0bbe742d9aa4ab7f24edea06 (plain)
1
2
3
4
5
6
7
8
9
module Roles2 where

import GHC.Ptr

-- these *must* have certain roles, or things break strangely
-- see GHC.Tc.Gen.Foreign

data T1 a = K1 (IO a)
data T2 a = K2 (FunPtr a)