aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ForeignFunctionInterface/capi-interruptible-header-symbol.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
{-# LANGUAGE CApiFFI #-}
{-# LANGUAGE InterruptibleFFI #-}
module X where
import Foreign.C.Types (CInt (..))
foreign import capi interruptible "termbox.h tb_peek_event"
tb_peek_event :: IO CInt