Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Misc / wrong-encoding.c
blob98c1ecb9b5a66734c597429c741c4b95426a71ee
1 // RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -fno-diagnostics-show-line-numbers %s 2>&1 | FileCheck %s
2 // REQUIRES: asserts
4 void foo(void) {
6 "§Ã"; // ø
7 // CHECK: {{^ "<A7><C3>"; // <F8>}}
8 // CHECK: {{^ \^~~~~~~}}
10 /* þ« */ const char *d = "¥";
12 // CHECK: {{^ /\* <FE><AB> \*/ const char \*d = "<A5>";}}
13 // CHECK: {{^ \^~~~}}
15 "xxé¿¿¿d";
16 // CHECK: {{^ "xx鿿<BF>d";}}
17 // CHECK: {{^ \^~~~}}
19 "xxé¿bcd";
20 // CHECK: {{^ "xx<E9><BF>bcd";}}
21 // CHECK: {{^ \^~~~~~~~}}
23 "xxéabcd";
24 // CHECK: {{^ "xx<E9>abcd";}}
25 // CHECK: {{^ \^~~~}}
27 "xxé¿é¿d";
28 // CHECK: {{^ "xx<E9><BF><E9><BF>d";}}
29 // CHECK: {{^ \^~~~~~~~~~~~~~~}}
31 "xxé¿xxxxxxxxxxxxxxxxxxxxxé¿xx";
32 // CHECK: {{^ "xx<E9><BF>xxxxxxxxxxxxxxxxxxxxx<E9><BF>xx";}}
33 // CHECK: {{^ \^~~~~~~~ ~~~~~~~~}}
35 "�?kÍ\x12›S¥ÇØg�7†, 2,D\x0eíu„†*É,pûäÚ&”‰(�K§:Ñ'1\x7fá‹ÎjO\x15Å°<:";
37 "xé¿xé¿xé¿xé¿xé¿xé¿xé¿xé¿xé¿xé¿xé¿xé¿x";
39 // CHECK-NOT:Assertion