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

import Foreign.Ptr
import Foreign.C.Types

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

test = crc32 0 nullPtr 0