xref: /minix3/external/bsd/llvm/dist/clang/test/Index/getcursor-preamble.h (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 @interface I {
2   struct AA {
3     int x;
4   } aa;
5   int var;
6 }
7 -(id)foo;
8 @end
9