aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-02-18-StaticData.c
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 22:41:00 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 22:41:00 +0000
commite9af5d186bdf1620e3f0b74ecc7e49c25b82d186 (patch)
tree85e4d0d3702c46934eb8bf88a520fe21461e3d3b /test/CFrontend/2002-02-18-StaticData.c
parentd13e0ae12ec211525bc254ea743f0cc183801de6 (diff)
downloadexternal_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.zip
external_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.tar.gz
external_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.tar.bz2
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2002-02-18-StaticData.c')
-rw-r--r--test/CFrontend/2002-02-18-StaticData.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2002-02-18-StaticData.c b/test/CFrontend/2002-02-18-StaticData.c
index 78614a7..10439c3 100644
--- a/test/CFrontend/2002-02-18-StaticData.c
+++ b/test/CFrontend/2002-02-18-StaticData.c
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
double FOO = 17;
double BAR = 12.0;