new testcase, distilled by Brian
authorChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2003 02:57:51 +0000 (02:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2003 02:57:51 +0000 (02:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8914 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-10-06-NegateExprType.c [new file with mode: 0644]

diff --git a/test/CFrontend/2003-10-06-NegateExprType.c b/test/CFrontend/2003-10-06-NegateExprType.c
new file mode 100644 (file)
index 0000000..56c5e30
--- /dev/null
@@ -0,0 +1,6 @@
+
+extern int A[10];
+void Func(int *B) { 
+  B - &A[5]; 
+}
+