allwinner_a64/android/external/clang/test/Index/getcursor-preamble.h
2018-08-08 16:14:42 +08:00

8 lines
76 B
Objective-C

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