aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-07-17-StringConstant.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2002-07-17-StringConstant.c')
-rw-r--r--test/CFrontend/2002-07-17-StringConstant.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2002-07-17-StringConstant.c b/test/CFrontend/2002-07-17-StringConstant.c
index 1c323f1..8a39203 100644
--- a/test/CFrontend/2002-07-17-StringConstant.c
+++ b/test/CFrontend/2002-07-17-StringConstant.c
@@ -1,2 +1,4 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
char * foo() { return "\\begin{"; }