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
/
Modules
/
FortranCInterface
/
Verify
/
VerifyCXX.cxx
blob: 689fac53d9627a01e8adf34c58769a02a2f081c4 (
plain
)
1
2
3
4
extern
"C"
void
VerifyCXX
(
void
)
{
delete new
int
;
}