1int f0(int *pointer1, float *pointer2) {
2  return pointer2 - pointer1;
3}
4
5void g() {
6
7