int main(int argc, char **argv) { goto L_0001; void zero(int i) { if (&i != &0) goto L_0002; L_0002: return(0); } L_0001: zero(1);