Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
b973702b4eb208a02bae6d2c429994593009ee96
/
.
/
clangd
/
test
/
index-serialization
/
Inputs
/
sample.cpp
blob: 7fe4e80f0477f6bf20f97fb178d8ccf96d12abeb [
file
] [
log
] [
blame
]
// Include a file to ensure we have multiple sources.
#include
"sample.h"
// This introduces a symbol, a reference and a relation.
struct
Bar
:
public
Foo
{};