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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-01-06-KNR-Proto.c
blob
d56a786fce538d9c753141162322492c6694d69d
1
// RUN: %clang_cc1 -emit-llvm -o - %s
2
// PR1083
3
4
int
svc_register
(
void
(*
dispatch
) (
int
));
5
6
int
svc_register
(
dispatch
)
7
void
(*
dispatch
) ();
8
{
9
}
10