Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
PCH
/
functions.h
blob: bc28ad7321c7f0cbe2a65183ff6a483f88dd91e8 [
file
] [
log
] [
blame
]
Douglas Gregor
3a2f7e4
2009-04-13 22:18:37 +0000
[
diff
] [
blame
]
1
/* For use with the functions.c test */
2
3
int
f0
(
int
x
,
int
y
,
...);
4
float
*
f1
(
float
x
,
float
y
);
5
6
void
g0
(
int
*);