blob: 56c5e30f4ae67cd236c0329fba096c459bce8a64 [file] [log] [blame]
extern int A[10];
void Func(int *B) {
B - &A[5];
}