Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
Fortran
/
mycxx.cxx
blob: bf04062ed57cf909c2542c53f73a0e0bfb7b92ad [
file
] [
log
] [
blame
]
extern
"C"
int
myc
(
void
);
extern
"C"
int
mycxx
(
void
)
{
delete
new
int
;
return
myc
();
}