blob: 7c1a99ef7e62dcef1e31bf0a94cda275331b52a9 [file] [log] [blame]
Douglas Gregor5dbf4eb2012-01-02 17:18:37 +00001
2
3
4
5@interface A {
6@public
7 int ivar;
8}
Douglas Gregor4a814562011-12-14 16:03:29 +00009@end
10
11struct B {
12 int b1;
13};
14