summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/B042stub/C.hs
blob: 73f069cb929867522042fcf62d4ffb77996c1336 (plain)
1
2
3
4
5
6
{-# LANGUAGE ForeignFunctionInterface #-}
module B042stub.C where

foreign export ccall foo :: IO ()
foo :: IO ()
foo = return ()