Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
VSGNUFortran
/
c_code
/
main.c
blob: 60c112062bb25fd5eef239091d82b799faffe70b [
file
] [
log
] [
blame
]
#include
<HelloWorldFCMangle.h>
/* created by FortranCInterface */
extern
void
FC_hello
(
void
);
int
main
()
{
FC_hello
();
return
0
;
}