2003-10-06-NegateExprType.c   [plain text]


// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


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