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