[mlir][sparse] implement non-permutation MapRef encoding (#69406)
[llvm-project.git] / clang-tools-extra / clangd / test / Inputs / background-index / sub_dir / foo.h
blob9539f1d7588cd713eee724aecd2f29ea4dc2bdcc
1 #ifndef FOO_H
2 #define FOO_H
3 int foo();
4 #endif