rt_gccstream/gcc/testsuite/gfortran.dg/static_linking_1.c

7 lines
62 B
C

extern void f_(void);
int main (void)
{
f_();
return 0;
}