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