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: 3056d9609cd3be54ee915ed0ccddecd6c338293c (
plain
)
1
2
3
4
5
6
extern
int
myc
(
void
);
extern
int
mycxx
(
void
);
int
main
(
void
)
{
return
myc
() +
mycxx
();
}