summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInForeignExport.hs
blob: 0fe539ca7f41573f727b524132e1c4b7ca5a2843 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PartialTypeSignatures, ForeignFunctionInterface #-}
module WildcardInForeignExport where

import Foreign.C

foreign export ccall foo :: CInt -> _
foo = undefined