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

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