зеркало из https://github.com/microsoft/clang-1.git
Include a simple test case for the previous commit...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
806a4ebcf5
Коммит
54d02e9a91
|
@ -0,0 +1,7 @@
|
|||
// RUN: clang %s -verify -fsyntax-only
|
||||
|
||||
@class NSString;
|
||||
|
||||
// GCC considers this an error, so clang will...
|
||||
NSString *s = @"123"; // expected-error: {{cannot find interface declaration for 'NSConstantString'}}
|
||||
|
Загрузка…
Ссылка в новой задаче