普通文本  |  6行  |  50 B

extern int foo();

int main() {
  return foo();
}