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
/
Architecture
/
bar.c
blob: 37946c7b8224a7c6166adaa9bb08532dc9b21d9e (
plain
)
1
2
3
4
5
extern
int
foo
(
void
);
int
main
()
{
return
foo
();
}