1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
4 @interface NSCheapMutableString {
14 unsigned int freeWhenDone:1;
48 unsigned int freeWhenDone:1;
65 unsigned int freeWhenDone:1;
70 One1 = 1000, Two1, Three1
84 unsigned int freeWhenDone:1;
94 @interface MoreEnumTests {