[mlir][sparse] implement non-permutation MapRef encoding (#69406)
[llvm-project.git] / clang-tools-extra / clangd / test / index-serialization / Inputs / sample.h
blobef57ae7f025a7e26c1fb9b8ce7e8e29bf9ecca25
1 #pragma once
3 // Introduce a symbol.
4 struct Foo {
5 virtual void Func() {}
6 };