summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/T4464H.hs
blob: f620866c861ef16fe31229b5115a5af6a1f82d86 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ForeignFunctionInterface #-}
module T4464H where

f :: Int -> Int
f x = x + 1

foreign export ccall f :: Int -> Int