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