2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 921006-1.c
blob50fbdb711251754ad713fca078f640fa36032055
1 /* REPRODUCED:RUN:SIGNAL MACHINE:i386 OPTIONS:-O */
2 main()
4 if(strcmp("X","")<0)abort();
5 exit(0);