Still a diagnostic related FIXME (will discuss with Daniel/Fariborz offline). llvm-svn: 68975
9 lines
257 B
Objective-C
9 lines
257 B
Objective-C
// RUN: clang %s -S -m64
|
|
|
|
@class NSString;
|
|
|
|
// FIXME: GCC emits the following warning:
|
|
// CodeGen/illegal-UTF8.m:4: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
|
|
|
|
NSString *S = @"\xff\xff___WAIT___";
|