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


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

OpenPOWER on IntegriCloud