about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/library-with-cbits/AddOne.hsc
blob: b4c446d412c7668cad5c89b2793a37586ff512d5 (plain) (blame)
1
2
3
module AddOne where

foreign import ccall "c_add_one" addOne :: Int -> Int