about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-sysdeps/Main.hs
blob: bf8da504168a5e084d20ef8e3b76720be7205fb2 (plain) (blame)
1
2
3
4
5
6
7
8
module Main where

import Foreign.Ptr
import Foreign.C.Types

foreign import ccall crc32 :: CLong -> Ptr () -> CInt -> IO ()

main = crc32 0 nullPtr 0