Sign in
llvm
/
clang
/
824fb3f1dcbee7bdbb83d2b0fe497dfb9b4411a7
/
.
/
test
/
CodeGen
/
2010-01-14-FnType-DebugInfo.c
blob: 964c031d27c05e0a8675a1789f2124c4919bb9ba [
file
]
// RUN: %clang_cc1 %s -emit-llvm -g -o /dev/null
typedef
void
(*
sigcatch_t
)(
struct
sigcontext
*);
sigcatch_t
sigcatch
[
50
]
=
{(
sigcatch_t
)
0
};