snix/third_party/bazel/rules_haskell/tests/binary-with-indirect-sysdeps/HsLib.hs

8 lines
152 B
Haskell

module HsLib where
import Foreign.Ptr
import Foreign.C.Types
foreign import ccall crc32 :: CLong -> Ptr () -> CInt -> IO ()
test = crc32 0 nullPtr 0