llvm/clang/test/Parser/skip-function-bodies.h

int header1(int t) {
  return t;
}