Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
vala
/
10 mixed sources
/
c
/
foo.c
blob: f3c6fb885ca9302c9daf13eeb3c3bafce4079da3 [
file
] [
log
] [
blame
]
int
retval
(
void
);
int
test
(
void
)
{
return
retval
();
}