llvm/clang/test/Modules/Inputs/cxx-header.h

#ifndef CXX_HEADER_H
#define CXX_HEADER_H
inline int f() { return 0; }
#endif