repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: do not create a desktop link for CMakeSetup
[cmake.git]
/
Tests
/
Simple
/
simple.cxx
blob
7bee7c074b380ed8e6f22f7b8c4ad9aa2a522590
1
extern
void
simpleLib
();
2
extern
"C"
int
FooBar
();
3
extern
int
bar
();
4
extern
int
bar1
();
5
int
main
()
6
{
7
FooBar
();
8
bar
();
9
simpleLib
();
10
return
0
;
11
}