llvm-for-llvmta/tools/clang/test/CodeGenObjC/illegal-UTF8.m
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

7 lines
201 B
Objective-C

// RUN: %clang %s -S -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}}