summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-unwind-init.c
blob: 49a016a304f0c8d011ee1f77f098a1ea58cf8a47 (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm < %s -o - | grep -F "llvm.eh.unwind.init"

int a() { __builtin_unwind_init(); }

OpenPOWER on IntegriCloud