mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
8 lines
134 B
C
8 lines
134 B
C
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
|
|
extern void FC_hello(void);
|
|
int main()
|
|
{
|
|
FC_hello();
|
|
return 0;
|
|
}
|