1
0

LinkLanguage.c 54 B

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