Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / obj-c++.dg / ivar-list-semi.mm
blob21bd3a3bec03df5634ff5727d9da23085d6c58f4
1 /* Allow for an optional semicolon following the ivar block.  */
2 /* Contributed by: Ziemowit Laski <zlaski@apple.com>.  */
4 #include <objc/Object.h>
6 @interface Tink : Object {
7 @private
8  unsigned long mCode[4];
9 };
10 - (id)initWithProc:(void *)inProc;
11 - (void *)getUniqueProc;
12 @end