Clang Project

clang_source_code/test/Parser/skip-function-bodies.h
1int header1(int t) {
2  return t;
3}
4