repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CMain
/
Bar.hs
blob
69ec792cc9c6a92a4f78bc89373706856f769bb1
1
{-# LANGUAGE ForeignFunctionInterface #-}
2
module
Bar
where
3
4
bar
::
IO
()
5
bar
=
return
()
6
7
foreign
export ccall bar
::
IO
()