[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / update-after-load.cpp
blob621674cf680f294a0d87e78c515dc256943877d7
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/update-after-load -verify -fmodules-cache-path=%t %s
4 // expected-no-diagnostics
5 #include "a.h"
6 namespace llvm {}
7 #include "b.h"
8 void llvm::f() {}