aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2007-02-16-VoidPtrDiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2007-02-16-VoidPtrDiff.c')
-rw-r--r--test/CodeGen/2007-02-16-VoidPtrDiff.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/2007-02-16-VoidPtrDiff.c b/test/CodeGen/2007-02-16-VoidPtrDiff.c
deleted file mode 100644
index c9f6714c253c..000000000000
--- a/test/CodeGen/2007-02-16-VoidPtrDiff.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 %s -emit-llvm -o -
-
-void foo(void *ptr, int test) {
- (ptr - ((void *) test + 0x2000));
-}