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

8 lines
151 B
Haskell

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