brintos

brintos / llvm-project-archived public Read only

0
0
Text · 76 B · 519e655 Raw
9 lines · c
1@interface I {2  struct AA {3    int x;4  } aa;5  int var;6}7-(id)foo;8@end9