blob: 88467b6d418daf447dc0dcc99d6105776368addd [file] [log] [blame]
Steve Naroffaa4a7562009-04-13 19:08:08 +00001// RUN: clang %s -S -m64
2
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___";