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