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