netbsd/external/bsd/llvm/dist/clang/test/Index/getcursor-preamble.h
2014-01-15 10:53:42 +01:00

9 lines
76 B
Objective-C

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