blob: c73948292d81edafa8d477243b0fd6f5a65e17a1 [file] [log] [blame]
// RUN: clang %s -verify -fsyntax-only
@interface NSConstantString;
@end
NSConstantString *s = @"123"; // simple
NSConstantString *t = @"123" @"456"; // concat
NSConstantString *u = @"123" @ blah; // expected-error: {{unexpected token}}