summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-11-27-SExtZExt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-11-27-SExtZExt.c')
-rw-r--r--test/FrontendC/2007-11-27-SExtZExt.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/FrontendC/2007-11-27-SExtZExt.c b/test/FrontendC/2007-11-27-SExtZExt.c
deleted file mode 100644
index 8ea4786..0000000
--- a/test/FrontendC/2007-11-27-SExtZExt.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | grep "signext" | count 4
-
-signed char foo1() { return 1; }
-
-void foo2(signed short a) { }
-
-signed char foo3(void) { return 1; }
-
-void foo4(a) signed short a; { }
-
-
-
OpenPOWER on IntegriCloud