Files
llvm/clang/test/CodeGen/illegal-UTF8.m
Daniel Dunbar 2daacd1f08 Avoid generating temp in source directory
llvm-svn: 71776
2009-05-14 17:00:11 +00:00

9 lines
262 B
Objective-C

// RUN: clang %s -S -m64 -o -
@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___";