etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / test / Index / getcursor-preamble.h
blob519e655c6ee3dc5f2eba253efafa2270a7ef1b54
1 @interface I {
2 struct AA {
3 int x;
4 } aa;
5 int var;
7 -(id)foo;
8 @end