(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / PreProcessExtraSources / Foo.hsc
bloba0571d6200ddb55b84a1892732f15161f3d0ec98
1 {-# LANGUAGE ForeignFunctionInterface #-}
2 module Foo where
4 import Foreign.C.Types
6 #def int incr(int x) { return x + 1; }
8 foreign import ccall unsafe "Foo_hsc.h incr"
9   incr :: CInt -> CInt