summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-unwind-init.c
blob: 56872f7434eeef0f3d50baa0bc2ae21dc105edb7 (plain)
1
2
3
4
5
// RUN: clang-cc -emit-llvm < %s -o - | FileCheck %s

void a() { __builtin_unwind_init(); }

// CHECK:  call void @llvm.eh.unwind.init()
OpenPOWER on IntegriCloud