Bring test suite up to date
This commit is contained in:
10
test/data/foreign-export/ForeignExport.hs
Normal file
10
test/data/foreign-export/ForeignExport.hs
Normal file
@@ -0,0 +1,10 @@
|
||||
{-# LANGUAGE ForeignFunctionInterface #-}
|
||||
|
||||
module ForeignExport where
|
||||
|
||||
import Foreign.C.Types
|
||||
|
||||
foreign export ccall foo :: CUInt
|
||||
|
||||
foo :: CUInt
|
||||
foo = 123
|
||||
Reference in New Issue
Block a user