summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/B028/F.hs
blob: 8630af11249cc6f2fb92b8065d7f7e6af4a5762f (plain)
1
2
3
4
5
{-# LANGUAGE ForeignFunctionInterface #-}
module B028.F where
foreign export ccall f :: Int -> Int
f :: Int -> Int
f n = n + 1