Sign in
qemu
/
meson
/
f38a8269f812c57b1884419a67bb5ce9e9f8983f
/
.
/
test cases
/
common
/
167 subproject nested subproject dirs
/
prog.c
blob: 27162c5e06a178efe30242449622553bb584ca5f [
file
] [
log
] [
blame
]
int
func
(
void
);
int
main
(
void
)
{
return
func
()
==
42
?
0
:
1
;
}