ff3ad1ce896dba615bff839f22889e65806bed2b
[ghc-hetmet.git] / ghc / tests / ccall / should_compile / cc010.hs
1 module ShouldCompile where
2 import Foreign
3 foreign import dynamic imp :: Addr -> Int
4 f1 a = imp a + 1
5 f2 a = imp a + 2