Commit 32e7d1e9 by Rainer Orth Committed by Rainer Orth

* objc.dg/stret-1.m (glob): Renamed to globa.

From-SVN: r76671
parent 7f996f90
2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* objc.dg/stret-1.m (glob): Renamed to globa.
2004-01-26 Mark Mitchell <mark@codesourcery.com>
PR c++/13363
......
......@@ -9,7 +9,7 @@ extern void abort(void);
struct astruct {
float a, b;
} glob = { 1.0, 2.0 };
} globa = { 1.0, 2.0 };
struct bstruct {
float a, b, c, d, e, f;
......@@ -21,7 +21,7 @@ struct bstruct {
@end
@implementation foo : Object
- (struct astruct) stret { return glob; }
- (struct astruct) stret { return globa; }
- (struct bstruct) stretb { return globb; }
@end
......
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