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
/
foo.cxx
blob: bb3117ff27fb9d955579c00a6ef93d851dfadcfb (
plain
)
1
2
3
4
5
6
extern
"C"
int
foo
(
void
);
int
main
()
{
delete new
int
;
return
foo
();
}