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: 923c89c9a659e15d1cde9b02fd852374fbdff28d (
plain
)
1
2
extern
int
foo
(
void
);
int
main
() {
return
foo
(); }