[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / modular_maps / a.h
bloba36dc1b59d6f985a73fc6d29980d5f1fdb4a635e
1 #ifndef A_H
2 #define A_H
3 const int a = 2;
4 #endif