minix/external/bsd/llvm/dist/clang/test/Misc/unprintable.c
Lionel Sambuc f4a2713ac8 Importing netbsd clang -- pristine
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
2014-07-28 17:05:57 +02:00

39 lines
1.2 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// RUN: not %clang_cc1 %s -fmessage-length 40 2>&1 | FileCheck -strict-whitespace %s
int main() {
int i;
if((i==/*￾*/1));
// CHECK: {{^ if\(\(i==/\*<U\+FFFE>\*/1\)\);}}
// CHECK: {{^ ~\^~~~~~~~~~~~~~~}}
// CHECK: {{^ ~ \^ ~}}
(void)"Ê￾ô";
// CHECK: {{^ \(void\)"<CA><U\+FFFE><F4>";}}
// CHECK: {{^ \^~~~}}
  int n = 0;
// CHECK: {{ int n = 0;}}
// CHECK: {{^\^}}
"￾ \z";
// CHECK: {{^ \.\.\.\\z";}}
// CHECK: {{^ \^~}}
/* ￾ */ "￾berhund";
// CHECK: {{^ /\* <U\+FFFE> \*/ "<U\+FFFE>berhund";}}
// CHECK: {{^ \^~~~~~~~~~~~~~~~~}}
// PR14292
"x°xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
// CHECK: {{^ "x<B0>}}
// CHECK: {{^ \^}}
}