Files
clang-p2996/clang/test/Sema/missing-string-interface.m
2007-10-19 00:05:15 +00:00

8 lines
210 B
Objective-C

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