summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/test/index-serialization/Inputs/sample.h
blob: ef57ae7f025a7e26c1fb9b8ce7e8e29bf9ecca25 (plain)
1
2
3
4
5
6
#pragma once

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