summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/Ccfail004A.hs
blob: 106c2727b9ab8eed9775d360d0dd3522823ea8bc (plain)
1
2
3
4
5
6
7

module Ccfail004A (NInt, NIO) where

newtype NInt = NInt Int

newtype NIO a = NIO (IO a)