Steve Naroff | a44b4d9 | 2007-10-19 00:05:15 +0000 | [diff] [blame] | 1 | // RUN: clang %s -verify -fsyntax-only |
2 | |||||
3 | @class NSString; | ||||
4 | |||||
5 | // GCC considers this an error, so clang will... | ||||
6 | NSString *s = @"123"; // expected-error: {{cannot find interface declaration for 'NSConstantString'}} | ||||
7 |