blob: c9bc36d61da79127824a904910b42a2d676a60c4 [file] [log] [blame]
Douglas Gregor4a814562011-12-14 16:03:29 +00001@interface A
2@end
3
4struct B {
5 int b1;
6};
7