brintos

brintos / llvm-project-archived public Read only

0
0
Text · 278 B · 36b58ee Raw
10 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++113 4@import cxx_inline_namespace;5@import cxx_inline_namespace_b;6 7T x; // expected-error {{unknown type name 'T'}}8 9X::Elaborated *p;10