hanchenye-llvm-project/clang/test/Index/getcursor-preamble.h

9 lines
76 B
Objective-C

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