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