99451b44创建于 2020年2月12日历史提交
extern int f();

void g() {
  int y = 14;
  int x = f();
}

int main() {
  g();
  return 0;
}