index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
rust
/
5 polyglot static
/
prog.c
blob: 0a8e0d1baa4be5e916b88c0d18287a6b26b11fe8 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
void
hello_from_both
();
int
main
(
void
)
{
hello_from_both
();
}