freebsd-skq/test/CodeGen/builtin-unwind-init.c
2009-06-02 17:58:47 +00:00

5 lines
109 B
C

// RUN: clang-cc -emit-llvm < %s -o - | grep -F "llvm.eh.unwind.init"
int a() { __builtin_unwind_init(); }