From cec2eb2591e1dc991bc026bb25d1ff4f1ffd78d1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 29 Aug 2003 21:28:47 +0000 Subject: Testcase distilled from xemacs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8223 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2003-08-29-HugeCharConst.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/CFrontend/2003-08-29-HugeCharConst.c (limited to 'test') diff --git a/test/CFrontend/2003-08-29-HugeCharConst.c b/test/CFrontend/2003-08-29-HugeCharConst.c new file mode 100644 index 0000000000..83854d2ab5 --- /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"; +} -- cgit v1.2.3