blob: a9d5a37ac75709c3c2d57def92e0f944df302920 [file] [log] [blame]
Daniel Dunbar1c1c7362009-05-14 17:00:11 +00001// RUN: clang %s -S -m64 -o -
Steve Naroffaa4a7562009-04-13 19:08:08 +00002
3@class NSString;
4
5// FIXME: GCC emits the following warning:
6// CodeGen/illegal-UTF8.m:4: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
7
8NSString *S = @"\xff\xff___WAIT___";