repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git]
/
test
/
FrontendC
/
2010-01-14-FnType-DebugInfo.c
blob
beaad91330bcb693d2a8cacf252934c718404c73
1
// RUN: %llvmgcc %s -S -g -o /dev/null
2
typedef
void
(*
sigcatch_t
)(
struct
sigcontext
*);
3
sigcatch_t sigcatch
[
50
] = {(
sigcatch_t
)
0
};
4