Testcase distilled from xemacs.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Aug 2003 21:28:47 +0000 (21:28 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Aug 2003 21:28:47 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8223 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-08-29-HugeCharConst.c [new file with mode: 0644]

diff --git a/test/CFrontend/2003-08-29-HugeCharConst.c b/test/CFrontend/2003-08-29-HugeCharConst.c
new file mode 100644 (file)
index 0000000..83854d2
--- /dev/null
@@ -0,0 +1,3 @@
+void foo() {
+  unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
+}