summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T8124.hs
blob: c914b03ec5b49cbb0e6b907cc0a07f2d9e0501aa (plain)
1
2
3
4
5
6
module T8124 where

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

foreign export ccall "f" f :: Int -> Int