Sign in
qemu
/
meson
/
refs/heads/dircondense2
/
.
/
test cases
/
common
/
183 find override
/
otherdir
/
main.c
blob: 5fb6371b879bec888064628a7cabf0760d9a0e21 [
file
] [
log
] [
blame
]
int
be_seeing_you
(
void
);
int
main
(
void
)
{
return
be_seeing_you
()
==
6
?
0
:
1
;
}