1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
3 // CHECK: declare void @objc_exception_rethrow()
18 void die(void) __attribute__((nothrow, noreturn));
23 extern void test2_helper(void);
27 // CHECK-LABEL: define{{.*}} void @test2()
28 // CHECK-NOT: call void @test2_helper()