summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-10-06-NegateExprType.c
blob: fb8329b344b31cacfede204e4cca4550f6d15a66 (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null


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