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: 049220f116e01af2f16ccabb40f26a06a1b8b7b3 (
plain
)
1
2
extern
"C"
int
Cobj
(
void
);
int
main
() {
return
Cobj
(); }