summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T706a.hs
blob: 04f5bf53e9cc7fb440d6ba4c6f97fbfdfd3f0652 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
module T706 where

foreign export ccall f :: Int -> Int

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