Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4d374d4a4832a01d5d3b75c59cb1567e60df41e7
/
.
/
test
/
CodeGen
/
builtin-unwind-init.c
blob: 49a016a304f0c8d011ee1f77f098a1ea58cf8a47 [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm < %s -o - | grep -F "llvm.eh.unwind.init"
int
a
()
{
__builtin_unwind_init
();
}