// TEST_CONFIG
#include "test.h"
+
+#if __OBJC_GC__ && __cplusplus && __i386__
+
+int main()
+{
+ testwarn("rdar://19042235 test disabled for 32-bit objc++ GC because of unknown bit rot");
+ succeed(__FILE__);
+}
+
+#else
+
#include "testroot.i"
#include <stdint.h>
#include <string.h>
succeed(__FILE__);
return 0;
}
+
+#endif