blob: 30199db51a00c5f3c0d5ff1df373d8ab45f799b4 [file] [log] [blame]
int f0(int *pointer1, float *pointer2) {
return pointer2 - pointer1;
}
void g() {