llvm/clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/foo.h

#ifndef FOO_H
#define FOO_H
int foo();
#endif