blob: 4762e800259f3f0c3f45cde30854822f3f10c2a6 [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang %s -S -m64 -o -
Steve Naroffaa4a7562009-04-13 19:08:08 +00002
3@class NSString;
4
Steve Naroffaa4a7562009-04-13 19:08:08 +00005
Fariborz Jahanian7da71022010-09-07 19:38:13 +00006NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}