Change from tege.

From-SVN: r19041
This commit is contained in:
Jeff Law 1998-04-08 05:39:39 -06:00
parent 0806342bc1
commit 4a00b81561

View File

@ -12,5 +12,5 @@ main ()
{
if (f () != 8192)
abort ();
return 0;
exit (0);
}