summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/14 fortran links c/clib.c
blob: 81b2e0c17eadcf60952b26bb4b6a5e39dbcfdf8c (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void hello(void){

  printf("hello from C\n");

}