1// RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s2 3void a(void) { __builtin_unwind_init(); }4 5// CHECK: call void @llvm.eh.unwind.init()6