1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o - | FileCheck %s
4 extern int printf(const char*, ...);
12 // CHECK: call void @objc_exception_throw
18 printf("caught (WRONG)\n");
21 printf("caught nothing (WRONG)\n");