aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2004-07-06-FunctionCast.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2004-07-06-FunctionCast.c')
-rw-r--r--test/CFrontend/2004-07-06-FunctionCast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2004-07-06-FunctionCast.c b/test/CFrontend/2004-07-06-FunctionCast.c
index 1d4a261..169f740 100644
--- a/test/CFrontend/2004-07-06-FunctionCast.c
+++ b/test/CFrontend/2004-07-06-FunctionCast.c
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
static int unused_func(void) {
return 1;
}