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