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