index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Dependency
/
Case5
/
main.c
blob: a9679446c905a64983e58a3062e811f337424661 (
plain
)
1
2
3
4
5
6
7
void
bar
(
void
);
int
main
(
int
argc
,
char
*
argv
[])
{
bar
();
return
0
;
}