summaryrefslogtreecommitdiffstats
path: root/Tests/VSGNUFortran/c_code/main.c
blob: 60c112062bb25fd5eef239091d82b799faffe70b (plain)
1
2
3
4
5
6
7
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
extern void FC_hello(void);
int main()
{
  FC_hello();
  return 0;
}