llvm-6502/test/CFrontend/2003-08-29-HugeCharConst.c
Misha Brukman cec2eb2591 Testcase distilled from xemacs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8223 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-29 21:28:47 +00:00

4 lines
76 B
C

void foo() {
unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
}