1*f4a2713aSLionel Sambuc// RUN: %clang %s -S -m64 -o - 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc@class NSString; 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel SambucNSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}} 7