blob: 4f5d81b429a7c5465f1042a1cbae43ad97f9b690 [file] [log] [blame]
main()
{
int i;
for (i = 1; i < 100; i++)
;
if (i == 100)
exit (0);
abort ();
}