[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenObjC / illegal-UTF8.m
blobef9c3fcda775b388d72a28621a97d74739933210
1 // RUN: %clang %s -S -o -
3 @class NSString;
6 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}}