Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2010-01-14-FnType-DebugInfo.c
blob: 5cb0015d02f70e634e2d7d6a3fcd7a38ab57f214 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -debug-info-kind=limited -o /dev/null
typedef
void
(*
sigcatch_t
)(
struct
sigcontext
*);
sigcatch_t
sigcatch
[
50
]
=
{(
sigcatch_t
)
0
};