Sign in
◑
Theme
qemu
/
meson
/
refs/heads/debbugfix
/
.
/
test cases
/
rust
/
23 crt-static
/
lib.c
blob: f18e504a30eb421384bd3703347b0cd6f85c9cb6 [
file
]
#include
<stdio.h>
void
test_function
(
void
)
{
puts
(
"Hello, world!"
);
}