[mlir][sparse] implement non-permutation MapRef encoding (#69406)
[llvm-project.git] / clang-tools-extra / clangd / test / Inputs / path-mappings / server / foo.h
blobfe41b1f5dd3b6211bd98757c2cd5ff6f26270a4c
1 #ifndef FOO_H
2 #define FOO_H
3 int foo() { return 42; }
4 #endif