LinkLanguage.c 53 B

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