1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CFrontend/2003-08-29-HugeCharConst.c
Misha Brukman 49f833dd83 Testcase distilled from xemacs.
llvm-svn: 8223
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";
}