packages feed

HaRe-0.8.0.0: test/testdata/Layout/Foreign.hs

{-# LANGUAGE ForeignFunctionInterface #-}
module Layout.Foreign where


import Foreign.C.Types
import GHC.Exts

foreign import ccall "wxStyledTextCtrl_ShowLines" wxStyledTextCtrl_ShowLines :: Ptr (Int) -> CInt -> CInt -> IO ()

foreign export ccall "wxStyledTextCtrl_ShowLines" wxStyledTextCtrl_ShowLines :: Ptr (Int) -> CInt -> CInt -> IO ()

foo = 0