| // RUN: %clang_cc1 -triple i386-apple-darwin9 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp |
| // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -std=gnu++98 -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp |
| @property (assign) __strong id p1; |
| @property (assign) __weak id p2; |
| // FIXME: Check layout for this class, once it is clear what the right |
| // FIXME: Check layout for this class, once it is clear what the right |
| typedef unsigned short UInt16; |
| typedef signed char BOOL; |
| typedef unsigned int FSCatalogInfoBitmap; |
| @interface NSFileLocationComponent { |
| id _specifierOrStandardizedPath; |
| BOOL _carbonCatalogInfoAndNameAreValid; |
| FSCatalogInfoBitmap _carbonCatalogInfoMask; |
| id _iconAsAttributedString; |
| @implementation NSFileLocationComponent @end |