Commit cc16b0f0 by Mike Stump

* objc.dg/stret-2.m: Fix to use more than 4 bytes.

From-SVN: r159988
parent 6cffd02a
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
struct astruct { struct astruct {
float a, b; float a, b;
} glob = { 1.0, 2.0 }; char c;
} glob = { 1.0, 2.0, 'a' };
struct bstruct { struct bstruct {
float a, b, c, d, e, f; float a, b, c, d, e, f;
......
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