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:
Steve Naroff 2007-10-19 00:05:15 +00:00
Родитель 806a4ebcf5
Коммит 54d02e9a91
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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'}}