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