From-SVN: r30782
This commit is contained in:
Mark Mitchell 1999-12-05 02:11:11 +00:00
parent 390f4e9a7d
commit c9818a41dc

View File

@ -42,7 +42,7 @@ main ()
if (alignof (short) != 2)
return 8;
if (sizeof (signed short) != 2)
return 9
return 9;
if (alignof (signed short) != 2)
return 10;
if (sizeof (unsigned short) != 2)