exe2.c 70 B

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