Sign in
fuchsia
/
third_party
/
swift-clang
/
4ff54b6814458813f7ae9cb1740048c39f661719
/
.
/
test
/
ASTMerge
/
Inputs
/
function1.c
blob: 4523bd3d79bf73ce9ddd531eafa3154a82c84de2 [
file
] [
log
] [
blame
]
void
f0
(
int
);
void
f1
(
int
,
float
);
void
f2
();
void
f3
(
void
);
void
f4
(
int
,
int
);
int
f5
(
int
)
__attribute__
((
const
));