f1(int * ptr)1*f0cadcd9SDevin Coughlin void f1(int *ptr) { 2*f0cadcd9SDevin Coughlin *ptr = 0; 3*f0cadcd9SDevin Coughlin } 4