ghc-mod/test/data/foreign-export/ForeignExport.hs
2015-03-05 17:35:28 +01:00

11 lines
153 B
Haskell

{-# LANGUAGE ForeignFunctionInterface #-}
module ForeignExport where
import Foreign.C.Types
foreign export ccall foo :: CUInt
foo :: CUInt
foo = 123