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
/
Fortran
/
maincxx.c
blob: d35ea7e25ae9e9cd525ce355f165ea64551022e5 (
plain
)
1
2
3
4
5
6
extern
int
myc
(
void
);
extern
int
mycxx
(
void
);
int
main
()
{
return
myc
() +
mycxx
();
}