xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/illegal-UTF8.m (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1// RUN: %clang %s -S -m64 -o -
2
3@class NSString;
4
5
6NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}
7