aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-11-13-TypeSafety.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-11-13-TypeSafety.c')
-rw-r--r--test/FrontendC/2003-11-13-TypeSafety.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendC/2003-11-13-TypeSafety.c b/test/FrontendC/2003-11-13-TypeSafety.c
deleted file mode 100644
index 9b76bb1..0000000
--- a/test/FrontendC/2003-11-13-TypeSafety.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %llvmgcc -xc %s -S -o - | grep getelementptr
-
-int *test(int *X, int Y) {
- return X + Y;
-}