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