Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
CodeGen
/
builtin-unwind-init.c
blob: be738ace5379ab3eb94ff4a7eebeed6b432473d1 [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s
void
a
(
void
)
{
__builtin_unwind_init
();
}
// CHECK: call void @llvm.eh.unwind.init()