llvm/clang/test/Modules/Inputs/codegen-opt/bar.h

#include "foo.h"
inline void bar() { foo(); }