1 /* REPRODUCED:RUN:SIGNAL MACHINE:i386 OPTIONS:-O */
main()2 main()
3 {
4 if(strcmp("X","")<0)abort();
5 exit(0);
6 }
7