Commit c82fd9b8 by Robert Lipe

Fixed to return 0 on success.

From-SVN: r36339
parent f5d927c0
......@@ -37,5 +37,6 @@ main()
if(sizeof(two) >= sizeof(defaultalign)) abort();
if(sizeof(three) <= sizeof(two)) abort();
if(sizeof(resetalign) != sizeof(defaultalign)) abort();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment