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: ae3dc9570c0a89fb06ed8b3b6e45e3c34d950c6d (
plain
)
1
2
3
4
5
6
7
void
bar
(
void
);
int
main
(
int
argc
,
char
*
argv
[])
{
bar
();
return
0
;
}