summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2003-10-06-NegateExprType.c
blob: 6d692c1323de842be00d3f4d66ada5a3f0e5ab56 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null


extern int A[10];
void Func(int *B) { 
  B - &A[5]; 
}