mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-21 13:26:21 +00:00

lexical storage but not visible storage' case in C++. It's unclear whether we even need the special-case handling for C++, since it seems to be working around our not serializing a lookup table for the TU in C. But in any case, the assertion is incorrect. llvm-svn: 174931
7 lines
204 B
C++
7 lines
204 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
|
|
|
|
@import cxx_inline_namespace;
|
|
|
|
T x; // expected-error {{unknown type name 'T'}}
|