def.h revision 553689148f546783e127749438bf6d7806e6bb1d
1@interface A
2@end
3
4struct B {
5  int b1;
6};
7
8