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
/
d
/
10 d cpp
/
dmain.d
blob: bece25f6cf17326a530a58fa48023ad5b5bb08fc (
plain
)
1
2
3
4
5
extern
(
C
++)
void
print_hello
(
int
i
);
void
main
()
{
print_hello
(
1
);
}