C++程序  |  9行  |  76 B

@interface I {
  struct AA {
    int x;
  } aa;
  int var;
}
-(id)foo;
@end