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