llvm/clang-tools-extra/clangd/test/index-serialization/Inputs/sample.h

#pragma once

// Introduce a symbol.
struct Foo {
  virtual void Func() {}
};