Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
objc
/
execute
/
bf-17.m
blob: 7650ffae71aa8f130379fd7d13967fe7ac71065a [
file
] [
log
] [
blame
]
#include
<objc/objc.h>
struct
A
{
int
i
;
float
f
;
int
a
:
3
;
int
b
:
2
;
};
@interface
MyObject
{
Class
isa
;
int
i
;
float
f
[
3
];
struct
A a
;
}
@end
@implementation
MyObject
@end
#include
"bf-common.h"