static_linking_1.c   [plain text]


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