Files
llvm/clang/test/CodeGen/illegal-UTF8.m
Daniel Dunbar 5618e98f33 Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).

llvm-svn: 91460
2009-12-15 22:01:24 +00:00

9 lines
263 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___";