aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-08-29-HugeCharConst.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-08-29-HugeCharConst.c')
-rw-r--r--test/FrontendC/2003-08-29-HugeCharConst.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FrontendC/2003-08-29-HugeCharConst.c b/test/FrontendC/2003-08-29-HugeCharConst.c
new file mode 100644
index 0000000..a997994
--- /dev/null
+++ b/test/FrontendC/2003-08-29-HugeCharConst.c
@@ -0,0 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
+void foo() {
+ unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
+}