[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / cxx-inline-namespace.cpp
blob36b58ee611c712a5a228a7620393b983ae27f8da
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
4 @import cxx_inline_namespace;
5 @import cxx_inline_namespace_b;
7 T x; // expected-error {{unknown type name 'T'}}
9 X::Elaborated *p;