summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp004/Main.hs
blob: cbb16d21d3f03e29c1a95d3411ff91898e47cab0 (plain)
1
2
3
4
5
6
7
8
9
10

{-# LANGUAGE ForeignFunctionInterface #-}

module Main where

main :: IO ()
main = foo

foreign import ccall unsafe "c.h foo" foo :: IO ()