mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
4fc229ef69
llvm-svn: 126175
7 lines
206 B
Objective-C
7 lines
206 B
Objective-C
// RUN: %clang %s -S -m64 -o -
|
|
|
|
@class NSString;
|
|
|
|
|
|
NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}
|