int main(int argc, char **argv) { int fred; int jim; int i; for (;;) { L_0001: if (fred >= jim) goto L_0002; if (i != 55) goto L_0003; goto L_0004; L_0003: if (i != 99) goto L_0005; goto L_0002; L_0005: i = (i + 1); L_0004: } L_0002: return(0); }