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