Sign in
qemu
/
meson
/
refs/heads/ongoingxcode
/
.
/
test cases
/
common
/
231 external project
/
app.c
blob: 166f007375e6fe287ad15d589e2faf84774e5122 [
file
] [
log
] [
blame
]
#include
<libfoo.h>
int
main
(
void
)
{
return
call_foo
()
==
42
?
0
:
1
;
}