brintos

brintos / llvm-project-archived public Read only

0
0
Text · 126 B · d7adeb4 Raw
15 lines · c
1@interface B2@end3 4 5@interface A {6@public7  union {8    struct {9      B *b;10    } a_b;11    void *void_ptr;12  } data;13}14@end15