Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b9bbd592c7ea72ada8d982e40a729beb9b53371e
/
.
/
test
/
ASTMerge
/
Inputs
/
function2.c
blob: ad81c073754a292442c81368824c4dc05af64ac1 [
file
] [
log
] [
blame
]
Douglas Gregor
a404ea6
2010-02-10 19:54:31 +0000
[
diff
] [
blame
]
1
typedef
int
Int
;
2
void
f0
(
Int
);
3
void
f1
(
Int
,
double
);
4
void
f2
(
int
,
int
);
5
void
f3
(
int
);
6
static
void
f4
(
float
,
float
);