main11.c   [plain text]



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