[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / pr24954.cpp
blob407ee06e402504b90b27d4796c663cd5b57ead4a
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -I%S/Inputs/PR24954 -verify %s
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR24954 -verify %s
5 #include "A.h"
7 // expected-no-diagnostics