New testcase for problem brian ran into
[oota-llvm.git] / test / CFrontend / 2003-10-06-NegateExprType.c
1
2 extern int A[10];
3 void Func(int *B) { 
4   B - &A[5]; 
5 }
6