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