blob: 871e6e5956a8575d4114374c95774b894eb83ddd [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
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___";