Commit a1d1a0f9 by Mark Mitchell Committed by Mark Mitchell

* gcc.dg/empty1.C: Fix typo.

From-SVN: r57710
parent fd1e5d25
2002-10-01 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/empty1.C: Fix typo.
2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
* gcc.dg/alias-1.c: New test.
......
......@@ -7,4 +7,5 @@ union U { int : 0; };
int main () {
if (__alignof__ (struct S) != __alignof__ (union U))
return 1;
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