[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / codegen-opt / use.cpp
blobb55a31fe158f5cf7ccb40810a24740141242cf00
1 #include "bar.h"
2 int main() { bar(); }