llvm/clang/test/Modules/Inputs/codegen-flags/foo.h

#ifndef FOO_H
#define FOO_H
struct foo {
};
inline void f1() {
}
#endif