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
[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git]
/
clang
/
test
/
PCH
/
functions.h
blob
f57400fc846b0fe97067a2c239b3cbdfa0be0abd
1
/* For use with the functions.c test */
2
3
4
5
6
int
f0
(
int
x
,
int
y
, ...);
7
float
*
f1
(
float
x
,
float
y
);
8
9
void
g0
(
int
*);
10
11
void
do_abort
(
int
)
__attribute__
((
noreturn
));