Sign in
qemu
/
meson
/
f38a8269f812c57b1884419a67bb5ce9e9f8983f
/
.
/
test cases
/
common
/
209 link custom_i single from multiple
/
prog.c
blob: 040672a42497e936726b73ba3d4653e73aee6223 [
file
] [
log
] [
blame
]
int
flob
(
void
);
int
main
(
void
)
{
return
(
flob
()
==
1
?
0
:
1
);
}