Clang Project

clang_source_code/test/Modules/Inputs/codegen-flags/foo.h
1struct foo {
2};
3inline void f1() {
4}
5