New testcase
[oota-llvm.git] / test / CFrontend / 2003-08-29-HugeCharConst.c
1 void foo() {
2   unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
3 }