Sign in
llvm
/
clang
/
ee2f8f2f7c4eacfa305a29fcd916d63c650ca847
/
.
/
test
/
ASTMerge
/
Inputs
/
function2.c
blob: 6ca810a6f20bcf60b234d68bfd8fc1f5933a3a6c [
file
]
typedef
int
Int
;
void
f0
(
Int
);
void
f1
(
Int
,
double
);
void
f2
(
int
,
int
);
void
f3
(
int
);
static
void
f4
(
float
,
float
);
int
f5
(
int
)
__attribute__
((
const
));