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