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
/
CxxSubdirC
/
main.cxx
blob: c4cebc4edea677b0ac794b8967af86682b86a1f5 (
plain
)
1
2
3
4
5
extern
"C"
int
Cobj
(
void
);
int
main
()
{
return
Cobj
();
}