int main(int argc, char **argv) { void jim(); int i; i = 1; goto L_0001; void jim() { i = 2; return(0); } L_0001: