9 lines
76 B
C
9 lines
76 B
C
|
@interface I {
|
||
|
struct AA {
|
||
|
int x;
|
||
|
} aa;
|
||
|
int var;
|
||
|
}
|
||
|
-(id)foo;
|
||
|
@end
|