2013-02-12 10:32:35 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
|
2013-02-12 10:32:35 +08:00
|
|
|
|
|
|
|
@import cxx_inline_namespace;
|
2014-03-24 04:41:56 +08:00
|
|
|
@import cxx_inline_namespace_b;
|
2013-02-12 10:32:35 +08:00
|
|
|
|
|
|
|
T x; // expected-error {{unknown type name 'T'}}
|
2014-03-24 04:41:56 +08:00
|
|
|
|
|
|
|
X::Elaborated *p;
|