[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / deferred-lookup.cpp
blobac9464a26fb451f82500951fece9145a6815b3ee
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/deferred-lookup -verify %s
3 // expected-no-diagnostics
5 namespace N { int f(int); }
6 #include "b.h"