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