Testcase distilled from xemacs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-08-29 21:28:47 +00:00
parent 402f151d44
commit cec2eb2591

View File

@ -0,0 +1,3 @@
void foo() {
unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
}