1 2 3 4 5 6 7 8 9 10 11
// 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}}