blob: d7adeb4d400815f26084b07500200ccaca8a9927 [file] [log] [blame]
@interface B
@end
@interface A {
@public
union {
struct {
B *b;
} a_b;
void *void_ptr;
} data;
}
@end