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