meson/test cases/fortran/14 fortran links c/clib.c

8 lines
70 B
C

#include <stdio.h>
void hello(void){
printf("hello from C\n");
}