exe.c 59 B

12345
  1. extern int func(void);
  2. int main(void)
  3. {
  4. return func();
  5. }