llvm/clang-tools-extra/clangd/test/Inputs/path-mappings/server/foo.h

#ifndef FOO_H
#define FOO_H
int foo() { return 42; }
#endif