int main(int argc, char **argv) { int fred; if (97 > fred) goto L_0001; if (fred > 122) goto L_0001; fred = 1; L_0001: fred = 2; return(0); }