summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/illegal-UTF8.m
blob: a9d5a37ac75709c3c2d57def92e0f944df302920 (plain)
1
2
3
4
5
6
7
8
// 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___";
OpenPOWER on IntegriCloud