1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
3 // rdar://problem/8535238
4 // CHECK: declare void @objc_exception_rethrow()
19 // rdar://problem/9431547
20 void die(void) __attribute__((nothrow, noreturn));
25 extern void test2_helper(void);
29 // CHECK-LABEL: define{{.*}} void @test2()
30 // CHECK-NOT: call void @test2_helper()