repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2010-01-14-FnType-DebugInfo.c
blob
5cb0015d02f70e634e2d7d6a3fcd7a38ab57f214
1
// RUN: %clang_cc1 %s -emit-llvm -debug-info-kind=limited -o /dev/null
2
typedef
void
(*
sigcatch_t
)(
struct
sigcontext
*);
3
sigcatch_t sigcatch
[
50
] = {(
sigcatch_t
)
0
};
4