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