int main(int argc, char **argv) { int *i; int *j; int k; i = &k; j = &k; if (i != j) goto L_0001; exit(0); L_0001: return(0); }