Sign in
qemu
/
meson
/
refs/heads/docbuild
/
.
/
test cases
/
common
/
15 mixed pch
/
func.c
blob: c02722e83766f27a5d56c331dfe0b335670124c3 [
file
] [
log
] [
blame
]
void
tmp_func
()
{
fprintf
(
stdout
,
"This is a function that fails if stdio is not #included.\n"
);
}
int
cfunc
()
{
return
0
;
}