{-# LANGUAGE NoImplicitPrelude #-}
module MyPrim
    ( Foo
    ) where

data Foo = MkFoo
