Sign in
qemu
/
meson
/
910db36e3851f384b4aa2bfb834af92f88b61d77
/
.
/
test cases
/
unit
/
107 subproject symlink
/
main.c
blob: 62bd4b4b22bc6927d4ea85e97087e03e84297746 [
file
] [
log
] [
blame
]
extern
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}