int main()
{
-#if TARGET_IPHONE_SIMULATOR
- testwarn("<rdar://problem/7965763> Simulator: cannot throw exceptions across objc_msgSend");
- succeed(__FILE__);
-#else
int i;
// unwind exception and alt handler through objc_msgSend()
} POP_POOL;
succeed(__FILE__);
-#endif
}
#endif