gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2003-08-29-HugeCharConst.c
index 83854d2ab5548f41af97b43724e627093cc2f3d2..a997994e91c31fe154f89faa49abc949f0db47e3 100644 (file)
@@ -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";
 }