llvm/clang/test/ASTMerge/codegen-body/Inputs/body1.c

int f(void);

int main(void)
{
  return f();
}