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