[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Frontend / Inputs / test2.h
blob92250dca3d5d2bf7f1331d154115a849f4cceb48
1 #ifndef TEST2_H
2 #define TEST2_H
4 int x;
6 #endif