From: Misha Brukman Date: Fri, 29 Aug 2003 21:28:47 +0000 (+0000) Subject: Testcase distilled from xemacs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cec2eb2591e1dc991bc026bb25d1ff4f1ffd78d1;p=oota-llvm.git Testcase distilled from xemacs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8223 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2003-08-29-HugeCharConst.c b/test/CFrontend/2003-08-29-HugeCharConst.c new file mode 100644 index 00000000000..83854d2ab55 --- /dev/null +++ b/test/CFrontend/2003-08-29-HugeCharConst.c @@ -0,0 +1,3 @@ +void foo() { + unsigned char int_latin1[] = "f\200\372b\200\343\200\340"; +}