Sign in
qemu
/
meson
/
refs/heads/debbugfix
/
.
/
test cases
/
rust
/
41 shared-lib-no-static-libc
/
main.c
blob: 4a853afc95dbf714d9bd75b5cc850b779846e51e [
file
]
extern
void
shim_hello
(
void
);
int
main
(
void
)
{
shim_hello
();
return
0
;
}