index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
rust
/
23 crt-static
/
lib.c
blob: f18e504a30eb421384bd3703347b0cd6f85c9cb6 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
void
test_function
(
void
)
{
puts
(
"Hello, world!"
);
}