[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / codegen-opt / bar.h
bloba00e8f70e08964ccf522048a1d26e5fe18683fd5
1 #include "foo.h"
2 inline void bar() { foo(); }