c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / static_linking_1.c
blobe7d266d68e13cd512d182cc190ff71eeadf9863f
1 extern void f_(void);
2 int main (void)
4 f_();
5 return 0;