summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_compile/T22034.hs
blob: 8c065c3ea159a0a3de93586de384729bb527fd75 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE CApiFFI #-}
module T22034 where

import Foreign.C.Types

foreign import capi "T22034.h foo"
    c_foo :: IO (ConstPtr CInt)

foreign import capi "T22034.h value bar"
    c_bar :: ConstPtr CDouble