diff options
Diffstat (limited to 'llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c')
| -rw-r--r-- | llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c b/llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c index 83854d2ab55..a997994e91c 100644 --- a/llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c +++ b/llvm/test/Regression/CFrontend/2003-08-29-HugeCharConst.c @@ -1,3 +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"; } |

